#[derive(Default, Debug, PartialEq, Copy, Clone)]
pub struct RTCAnswerOptions {
pub voice_activity_detection: bool,
}
#[derive(Default, Debug, PartialEq, Copy, Clone)]
pub struct RTCOfferOptions {
pub voice_activity_detection: bool,
pub ice_restart: bool,
}