pub struct MultiConferenceServiceV1 { /* private fields */ }
Expand description
conference v1 is set to use with go-rcs-server and rcs-mediasoup-server
Implementations§
source§impl MultiConferenceServiceV1
impl MultiConferenceServiceV1
pub fn new<MCIHF>( multi_conference_invite_handler_function: MCIHF ) -> MultiConferenceServiceV1where MCIHF: Fn(MultiConferenceV1, String, MultiConferenceV1InviteResponseReceiver) + Send + Sync + 'static,
pub fn set_registered_public_identity( &self, registered_public_identity: String, sip_instance_id: String, transport: Arc<SipTransport> )
pub fn create_conference<F>( &self, recipients: &str, offer_sdp: &str, event_cb: Option<MultiConferenceEventListener>, event_cb_context: MultiConferenceEventListenerContextWrapper, core: &Arc<SipCore>, rt: &Arc<Runtime>, callback: F )where F: FnOnce(Option<(MultiConferenceV1, String)>) + Send + Sync + 'static,
Auto Trait Implementations§
impl !RefUnwindSafe for MultiConferenceServiceV1
impl Send for MultiConferenceServiceV1
impl Sync for MultiConferenceServiceV1
impl Unpin for MultiConferenceServiceV1
impl !UnwindSafe for MultiConferenceServiceV1
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