cn.tee3.avd_SDK-Objectc
2.1.0
|
房间信息结构. 更多...
构造函数 | |
(id) | - initWithRoomId:roomName:appRoomId:ownerId:hostPassword:maxAttendee:maxAudio:maxVideo:roomMode: |
(id) | - initWithMcuAppRoomId:roomName:hostPassword:maxAttendee:maxAudio:maxVideo: |
(id) | - initWithMcuRoomId:roomName:appRoomId: |
(BOOL) | - isMcu |
(BOOL) | - isFree |
(BOOL) | - isTemperary |
(void) | - setRoomModeFlag: |
((unavailable("init is not a supported initializer for this class.") | - __attribute__ |
属性 | |
AVDRoomId | roomId |
房间Id 更多... | |
NSString * | roomName |
房间名 更多... | |
NSString * | appRoomId |
房间应用层Id 更多... | |
NSString * | roomTopic |
房间主题 更多... | |
AVDUserId | ownerId |
房间创建者Id 更多... | |
AVDUserId | hostId |
房间主持人Id 更多... | |
NSString * | hostPassword |
房间主持人密码 更多... | |
NSString * | confPassword |
房间密码,必须与主持人密码不同 更多... | |
NSUInteger | startTime |
房间起始时间 更多... | |
NSUInteger | duration |
房间延续时间 更多... | |
NSUInteger | bandwidth |
房间带宽限制 更多... | |
NSUInteger | maxAttendee |
房间最大用户数限制 更多... | |
NSUInteger | maxAudio |
房间最大音频数限制 更多... | |
NSUInteger | maxVideo |
房间最大视频数限制 更多... | |
NSUInteger | roomMode |
房间模式集 更多... | |
房间信息结构.
房间信息定义了安排房间时的所有信息。
- (( unavailable("init is not a supported initializer for this class.") __attribute__ |
- (id) initWithMcuAppRoomId: | (AVDRoomId) | appRoomId | |
roomName: | (NSString *) | roomName | |
hostPassword: | (NSString *) | hostPassword | |
maxAttendee: | (NSUInteger) | maxAttendee | |
maxAudio: | (NSUInteger) | maxAudio | |
maxVideo: | (NSUInteger) | maxVideo | |
- (id) initWithMcuRoomId: | (AVDRoomId) | roomId | |
roomName: | (NSString *) | roomName | |
appRoomId: | (NSString *) | appRoomId | |
- (id) initWithRoomId: | (AVDRoomId) | roomId | |
roomName: | (NSString *) | roomName | |
appRoomId: | (NSString *) | appRoomId | |
ownerId: | (AVDUserId) | ownerId | |
hostPassword: | (NSString *) | hostPassword | |
maxAttendee: | (NSUInteger) | maxAttendee | |
maxAudio: | (NSUInteger) | maxAudio | |
maxVideo: | (NSUInteger) | maxVideo | |
roomMode: | (NSUInteger) | modevalue | |
- (BOOL) isFree |
- (BOOL) isMcu |
- (BOOL) isTemperary |
- (void) setRoomModeFlag: | (enum AVDRoomMode) | flag |
|
readnonatomicstrong |
房间应用层Id
|
readnonatomicassign |
房间带宽限制
|
readnonatomicstrong |
房间密码,必须与主持人密码不同
|
readnonatomicassign |
房间延续时间
|
readnonatomicstrong |
房间主持人Id
|
readnonatomicstrong |
房间主持人密码
|
readnonatomicassign |
房间最大用户数限制
|
readnonatomicassign |
房间最大音频数限制
|
readnonatomicassign |
房间最大视频数限制
|
readnonatomicstrong |
房间创建者Id
|
readnonatomicstrong |
房间Id
|
readnonatomicassign |
房间模式集
|
readnonatomicstrong |
房间名
|
readnonatomicstrong |
房间主题
|
readnonatomicassign |
房间起始时间