Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCReturnToMainSessionHandler Class Reference

#import <MobileRTCReturnToMainSessionHandler.h>

Inherits NSObject.

Instance Methods

(BOOL) - returnToMainSession
 go back to main session for the main session invitation.
 
(void) - ignore
 ingore the main session invitation.
 

Detailed Description

Definition at line 13 of file MobileRTCReturnToMainSessionHandler.h.

Method Documentation

◆ ignore

- (void) ignore

ingore the main session invitation.

◆ returnToMainSession

- (BOOL) returnToMainSession

go back to main session for the main session invitation.

Returns
whether return succeed or not.