AVDRoomInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | AVDRoomInfo.h AVDRoomInfo.mm |
roomName
< 房间Id
@property (nonatomic, strong, readonly) NSString *roomName
Discussion
< 房间Id
Declared In
AVDRoomInfo.h
appRoomId
< 房间名
@property (nonatomic, strong, readonly) NSString *appRoomId
Discussion
< 房间名
Declared In
AVDRoomInfo.h
roomTopic
< 房间应用层Id
@property (nonatomic, strong, readonly) NSString *roomTopic
Discussion
< 房间应用层Id
Declared In
AVDRoomInfo.h
ownerId
< 房间主题
@property (nonatomic, strong, readonly) AVDUserId ownerId
Discussion
< 房间主题
Declared In
AVDRoomInfo.h
hostId
< 房间创建者Id
@property (nonatomic, strong, readonly) AVDUserId hostId
Discussion
< 房间创建者Id
Declared In
AVDRoomInfo.h
hostPassword
< 房间主持人Id
@property (nonatomic, strong, readonly) NSString *hostPassword
Discussion
< 房间主持人Id
Declared In
AVDRoomInfo.h
confPassword
< 房间主持人密码
@property (nonatomic, strong, readonly) NSString *confPassword
Discussion
< 房间主持人密码
Declared In
AVDRoomInfo.h
startTime
< 房间密码,必须与主持人密码不同
@property (nonatomic, readonly) NSUInteger startTime
Discussion
< 房间密码,必须与主持人密码不同
Declared In
AVDRoomInfo.h
duration
< 房间起始时间
@property (nonatomic, readonly) NSUInteger duration
Discussion
< 房间起始时间
Declared In
AVDRoomInfo.h
bandwidth
< 房间延续时间
@property (nonatomic, readonly) NSUInteger bandwidth
Discussion
< 房间延续时间
Declared In
AVDRoomInfo.h
maxAttendee
< 房间带宽限制
@property (nonatomic, readonly) NSUInteger maxAttendee
Discussion
< 房间带宽限制
Declared In
AVDRoomInfo.h
maxAudio
< 房间最大用户数限制
@property (nonatomic, readonly) NSUInteger maxAudio
Discussion
< 房间最大用户数限制
Declared In
AVDRoomInfo.h
maxVideo
< 房间最大音频数限制
@property (nonatomic, readonly) NSUInteger maxVideo
Discussion
< 房间最大音频数限制
Declared In
AVDRoomInfo.h
roomMode
< 房间最大视频数限制
@property (nonatomic, readonly) NSUInteger roomMode
Discussion
< 房间最大视频数限制
Declared In
AVDRoomInfo.h
enable_voice_activated
< 房间模式集
@property (nonatomic, readonly) BOOL enable_voice_activated
Discussion
< 房间模式集
Declared In
AVDRoomInfo.h
– initWithRoomId:roomName:appRoomId:ownerId:maxAttendee:maxAudio:maxVideo:roomMode:voiceActivated:
< 服务器是否开启语音激励
- (id)initWithRoomId:(AVDRoomId)roomId roomName:(NSString *)roomName appRoomId:(NSString *)appRoomId ownerId:(AVDUserId)ownerId maxAttendee:(NSUInteger)maxAttendee maxAudio:(NSUInteger)maxAudio maxVideo:(NSUInteger)maxVideo roomMode:(NSUInteger)modevalue voiceActivated:(BOOL)voiceActivated
Discussion
< 服务器是否开启语音激励
Declared In
AVDRoomInfo.h