NIMQChatRTCChannelManager Protocol Reference

Conforms to NSObject
Declared in NIMQChatRTCChannelManagerProtocol.h

Overview

圈组频道管理器

– requestTokenWithDeviceId:completion: required method

获取token

- (void)requestTokenWithDeviceId:(NSString *)deviceId completion:(nullable NIMQChatRequestRTCTokenHandler)completion

Parameters

deviceId

id

completion

结果回调

Discussion

获取token

Declared In

NIMQChatRTCChannelManagerProtocol.h

– updateRTCChannel:completion: required method

修改圈组多频道信息

- (void)updateRTCChannel:(nonnull NIMQChatRTCUpdateChannelInfoParam *)param completion:(nullable NIMQChatHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

修改圈组多频道信息

Declared In

NIMQChatRTCChannelManagerProtocol.h

– getRTCChannelInfo:completion: required method

获取多媒体频道信息

- (void)getRTCChannelInfo:(nonnull NIMQChatChannelIdInfo *)param completion:(nullable NIMQChatGetRTCChannelHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

获取多媒体频道信息

Declared In

NIMQChatRTCChannelManagerProtocol.h

– getRTCChannelOnlineMembers:completion: required method

查询多媒体频道在线成员信息

- (void)getRTCChannelOnlineMembers:(nonnull NIMQChatChannelIdInfo *)param completion:(nullable NIMQChatGetRTCChannelOnlineMembersHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

查询多媒体频道在线成员信息

Declared In

NIMQChatRTCChannelManagerProtocol.h