音视频通讯SDK API参考手册  iOS 1.6.0
QAVMultiRoom.h
1 //
2 // QAVMultiRoom.h
3 // QAVSDK
4 //
5 // Created by xianhuan on 15/7/22.
6 // Copyright (c) 2015年 xianhuan. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "QAVRoom.h"
11 #import "QAVEndpoint.h"
12 
17 @interface QAVMultiRoom :QAVRoom{
18  NSMutableDictionary* _endpointCache;
19 }
20 
30 -(NSArray*)GetEndpointList;
31 
43 -(QAVEndpoint*)GetEndpointById:(NSString*)identifier;
44 
45 
55 -(QAVResult)ChangeAuthority:(NSData*)buff;
56 @end
NSMutableDictionary * _endpointCache
Definition: QAVMultiRoom.h:18
房间封装类
Definition: QAVRoom.h:69
多人房间封装类
Definition: QAVMultiRoom.h:17
房间成员的封装类
Definition: QAVEndpoint.h:33