AVDRoomInfo

Superclass:
NSObject
Declared In:

Introduction

房间信息结构.

房间信息定义了安排房间时的所有信息。



Methods

-initWithRoomId:roomName:appRoomId:ownerId:hostPassword:maxAttendee:maxAudio:maxVideo:roomMode:

initWithRoomId:roomName:appRoomId:ownerId:hostPassword:maxAttendee:maxAudio:maxVideo:roomMode:


- (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; 
Discussion

< 房间模式集


Properties

appRoomId
bandwidth
confPassword
duration
hostId
hostPassword
maxAttendee
maxAudio
maxVideo
ownerId
roomMode
roomName
roomTopic
startTime

appRoomId


@property(nonatomic,
    strong,
    readonly) NSString* appRoomId; 
Discussion

< 房间名


bandwidth


@property(nonatomic,
    readonly) NSUInteger bandwidth; 
Discussion

< 房间延续时间


confPassword


@property(nonatomic,
    strong,
    readonly) NSString* confPassword; 
Discussion

< 房间主持人密码


duration


@property(nonatomic,
    readonly) NSUInteger duration; 
Discussion

< 房间起始时间


hostId


@property(nonatomic,
    strong,
    readonly) AVDUserId hostId; 
Discussion

< 房间创建者Id


hostPassword


@property(nonatomic,
    strong,
    readonly) NSString* hostPassword; 
Discussion

< 房间主持人Id


maxAttendee


@property(nonatomic,
    readonly) NSUInteger maxAttendee; 
Discussion

< 房间带宽限制


maxAudio


@property(nonatomic,
    readonly) NSUInteger maxAudio; 
Discussion

< 房间最大用户数限制


maxVideo


@property(nonatomic,
    readonly) NSUInteger maxVideo; 
Discussion

< 房间最大音频数限制


ownerId


@property(nonatomic,
    strong,
    readonly) AVDUserId ownerId; 
Discussion

< 房间主题


roomMode


@property(nonatomic,
    readonly) NSUInteger roomMode; 
Discussion

< 房间最大视频数限制


roomName


@property(nonatomic,
    strong,
    readonly) NSString* roomName; 
Discussion

< 房间Id


roomTopic


@property(nonatomic,
    strong,
    readonly) NSString* roomTopic; 
Discussion

< 房间应用层Id


startTime


@property(nonatomic,
    readonly) NSUInteger startTime; 
Discussion

< 房间密码,必须与主持人密码不同