iOS SDK API Reference
|
#import <MobileRTCDirectShareService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onDirectShareStatusUpdate:handler: |
The callback event will be triggered if the status of direct sharing changes. | |
Definition at line 36 of file MobileRTCDirectShareService.h.
|
optional |
The callback event will be triggered if the status of direct sharing changes.
status | Specifies the status of direct sharing. For more details, see MobileRTCDirectShareStatus. |
handler | A pointer to the MobileRTCDirectShareViaMeetingIDOrPairingCodeHandler. It is only valid when the value of status is MobileRTCDirectShareStatus_Need_MeetingID_Or_PairingCode.The SDK user must set the value of the pairingCode or meetingNumber via the functions of MobileRTCDirectShareViaMeetingIDOrPairingCodeHandler to start direct sharing. For more details, see IDirectShareViaMeetingIDOrPairingCodeHandler. |