iOS API
Instance Methods | List of all members
MobileRTCDirectShareViaMeetingIDOrPairingCodeHandler Class Reference

Direct sharing by meeting ID or pairing code helper interface. More...

#import <MobileRTCDirectShareService.h>

Inheritance diagram for MobileRTCDirectShareViaMeetingIDOrPairingCodeHandler:

Instance Methods

(BOOL) - TryWithMeetingNumber:
 Try to match with the specified meeting number. More...
 
(BOOL) - TryWithPairingCode:
 Try to match with the pairing code. More...
 
(BOOL) - cancel
 Delete the present direct sharing.. More...
 

Detailed Description

Direct sharing by meeting ID or pairing code helper interface.

Method Documentation

◆ cancel()

- (BOOL) cancel

Delete the present direct sharing..

Returns
The result of the function.

◆ TryWithMeetingNumber:()

- (BOOL) TryWithMeetingNumber: (NSString *_Nonnull)  meetingNumber

Try to match with the specified meeting number.

Parameters
meetingNumberSpecifies the meeting number.
Returns
The result of the function.

◆ TryWithPairingCode:()

- (BOOL) TryWithPairingCode: (NSString *_Nonnull)  pairingCode

Try to match with the pairing code.

Parameters
pairingCodeSpecifies the pairing code.
Returns
The result of the function.

The documentation for this class was generated from the following file: