WebRTCICEStreamExt

Trait WebRTCICEStreamExt 

Source
pub trait WebRTCICEStreamExt: IsA<WebRTCICEStream> + 'static {
    // Provided methods
    fn find_transport(
        &self,
        component: WebRTCICEComponent,
    ) -> Option<WebRTCICETransport> { ... }
    fn gather_candidates(&self) -> bool { ... }
    fn stream_id(&self) -> u32 { ... }
}
Available on crate feature v1_22 only.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§