iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCCustomWaitingRoomData Class Reference

The WaitingRoom Customize Data Info. Here are more detailed structural descriptions.. More...

#import <MobileRTCWaitingRoomService.h>

Inherits NSObject.

Properties

NSString *_Nullable title
 
NSString *_Nullable descriptionString
 
NSString *_Nullable logoPath
 
NSString *_Nullable videoPath
 
MobileRTCWaitingRoomLayoutType type
 
MobileRTCCustomWaitingRoomDataStatus status
 

Detailed Description

The WaitingRoom Customize Data Info. Here are more detailed structural descriptions..

Definition at line 36 of file MobileRTCWaitingRoomService.h.

Property Documentation

◆ descriptionString

- (NSString* _Nullable) descriptionString
readwritenonatomicretain

Definition at line 40 of file MobileRTCWaitingRoomService.h.

◆ logoPath

- (NSString* _Nullable) logoPath
readwritenonatomicretain

Definition at line 42 of file MobileRTCWaitingRoomService.h.

◆ status

- (MobileRTCCustomWaitingRoomDataStatus) status
readwritenonatomicassign

Definition at line 48 of file MobileRTCWaitingRoomService.h.

◆ title

- (NSString* _Nullable) title
readwritenonatomicretain

Definition at line 38 of file MobileRTCWaitingRoomService.h.

◆ type

- (MobileRTCWaitingRoomLayoutType) type
readwritenonatomicassign

Definition at line 46 of file MobileRTCWaitingRoomService.h.

◆ videoPath

- (NSString* _Nullable) videoPath
readwritenonatomicretain

Definition at line 44 of file MobileRTCWaitingRoomService.h.