Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKWaitingRoomDataDownloadHandler Class Reference

Handler for retrying or ignoring waiting room custom data download failures. More...

#include <ZoomSDKWaitingRoomController.h>

Inherits NSObject.

Instance Methods

(void) - retry
 Retry to download the waiting room customize data information in the waiting room.
 
(void) - ignore
 Ignore to downloade the waiting room customize data information in the waiting room.
 

Detailed Description

Handler for retrying or ignoring waiting room custom data download failures.

Definition at line 110 of file ZoomSDKWaitingRoomController.h.

Method Documentation

◆ ignore

- (void) ignore

Ignore to downloade the waiting room customize data information in the waiting room.

◆ retry

- (void) retry

Retry to download the waiting room customize data information in the waiting room.