NIMQChatRTCChannelManager Protocol Reference
| Conforms to | NSObject | 
|---|---|
| Declared in | NIMQChatRTCChannelManagerProtocol.h | 
– requestTokenWithDeviceId:completion:
required method
	获取token
- (void)requestTokenWithDeviceId:(NSString *)deviceId completion:(nullable NIMQChatRequestRTCTokenHandler)completionParameters
deviceId | 
						id  | 
					
|---|---|
completion | 
						结果回调  | 
					
Discussion
获取token
Declared In
NIMQChatRTCChannelManagerProtocol.h
– updateRTCChannel:completion:
required method
	修改圈组多频道信息
- (void)updateRTCChannel:(nonnull NIMQChatRTCUpdateChannelInfoParam *)param completion:(nullable NIMQChatHandler)completionParameters
param | 
						传入参数  | 
					
|---|---|
completion | 
						结果回调  | 
					
Discussion
修改圈组多频道信息
Declared In
NIMQChatRTCChannelManagerProtocol.h
– getRTCChannelInfo:completion:
required method
	获取多媒体频道信息
- (void)getRTCChannelInfo:(nonnull NIMQChatChannelIdInfo *)param completion:(nullable NIMQChatGetRTCChannelHandler)completionParameters
param | 
						传入参数  | 
					
|---|---|
completion | 
						结果回调  | 
					
Discussion
获取多媒体频道信息
Declared In
NIMQChatRTCChannelManagerProtocol.h
– getRTCChannelOnlineMembers:completion:
required method
	查询多媒体频道在线成员信息
- (void)getRTCChannelOnlineMembers:(nonnull NIMQChatChannelIdInfo *)param completion:(nullable NIMQChatGetRTCChannelOnlineMembersHandler)completionParameters
param | 
						传入参数  | 
					
|---|---|
completion | 
						结果回调  | 
					
Discussion
查询多媒体频道在线成员信息
Declared In
NIMQChatRTCChannelManagerProtocol.h