9#import <Foundation/Foundation.h>
11#import "NIMQChatAPIDefs.h"
13NS_ASSUME_NONNULL_BEGIN
49@protocol NIMQChatRTCChannelManager <NSObject>
void(^ NIMQChatHandler)(NSError *__nullable error)
Definition: NIMQChatDefs.h:280
void(^ NIMQChatGetRTCChannelHandler)(NSError *__nullable error, NIMQChatRTCChannelInfo *__nullable result)
Definition: NIMQChatRTCChannelManagerProtocol.h:35
void(^ NIMQChatRequestRTCTokenHandler)(NSError *__nullable error, NIMQChatRequestTokenResult *__nullable result)
Definition: NIMQChatRTCChannelManagerProtocol.h:27
void(^ NIMQChatGetRTCChannelOnlineMembersHandler)(NSError *__nullable error, NSArray< NIMQChatRTCChannelOnlineMember * > *__nullable result)
Definition: NIMQChatRTCChannelManagerProtocol.h:43
Definition: NIMQChatChannelIdInfo.h:15
Definition: NIMQChatRTCChannelInfo.h:13
Definition: NIMQChatRTCChannelOnlineMember.h:17
Definition: NIMQChatRTCUpdateChannelInfoParam.h:14
Definition: NIMQChatRequestTokenResult.h:14