MobileRTCNotificationServiceHelperDelegate.
More...
#include <MobileRTCNotificationServiceHelper.h>
Inherits <NSObjectNSObject>.
◆ onMeetingDeviceListChanged:
Callback event that the device for users to attend the meeting has changed.
- Warning
- If the user uses -[MobileRTCAuthService registerNotificationService:] interface to connect to the service,they can't get in this callback webinar meeting list.
- Parameters
-
deviceList | A list of meeting info with active meetings. |
◆ onTransferMeetingResult:
Transfer meeting status changed callback.
- Parameters
-
handler | The result of transfer meeting. |
◆ onTransferMeetingStatus:
- (void) onTransferMeetingStatus: |
|
(BOOL) | bSuccess |
|
|
optionalrequired |
Transfer meeting status changed callback.
- Parameters
-
bSuccess | The result of transfer meeting. |
- Deprecated
- Please use onTransferMeetinghandler instead.