NIMSignalingControlRequest Class Reference

Inherits from NSObject
Declared in NIMSignalingRequest.h

Overview

自定义控制指令请求

  channelId

频道id,必填

@property (nonatomic, copy) NSString *channelId

Discussion

频道id,必填

Declared In

NIMSignalingRequest.h

  accountId

若指定则只发给指定人,否则发给频道内所有人,非必填

@property (nullable, nonatomic, copy) NSString *accountId

Discussion

若指定则只发给指定人,否则发给频道内所有人,非必填

Declared In

NIMSignalingRequest.h

  customInfo

通知事件额外字段,非必填

@property (nullable, nonatomic, copy) NSString *customInfo

Discussion

通知事件额外字段,非必填

Declared In

NIMSignalingRequest.h