#[repr(C)]pub struct RtcOfferAnswerOptions {
pub offer_to_receive_video: i32,
pub offer_to_receive_audio: i32,
pub voice_activity_detection: bool,
pub ice_restart: bool,
pub use_rtp_mux: bool,
pub raw_packetization_for_video: bool,
pub num_simulcast_layers: i32,
pub use_obsolete_sctp_sdp: bool,
}Fields§
§offer_to_receive_video: i32§offer_to_receive_audio: i32§voice_activity_detection: bool§ice_restart: bool§use_rtp_mux: bool§raw_packetization_for_video: bool§num_simulcast_layers: i32§use_obsolete_sctp_sdp: boolTrait Implementations§
Source§impl Default for RtcOfferAnswerOptions
impl Default for RtcOfferAnswerOptions
Source§impl ExternType for RtcOfferAnswerOptions
impl ExternType for RtcOfferAnswerOptions
Auto Trait Implementations§
impl Freeze for RtcOfferAnswerOptions
impl RefUnwindSafe for RtcOfferAnswerOptions
impl Send for RtcOfferAnswerOptions
impl Sync for RtcOfferAnswerOptions
impl Unpin for RtcOfferAnswerOptions
impl UnwindSafe for RtcOfferAnswerOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more