Meeting SDK for iOS API Reference
|
Callback event of direct share. More...
#include <MobileRTCDirectShareService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onDirectShareStatusUpdate:handler: |
The callback event will be triggered if the status of direct sharing changes. | |
Callback event of direct share.
Definition at line 41 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. |