NIMQChatUpdateMediaChannelParam Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMQChatUpdateMediaChannelParam.h |
serverId
服务器ID
@property (nonatomic, assign) unsigned long long serverId
Discussion
服务器ID
Declared In
NIMQChatUpdateMediaChannelParam.h
channelId
频道ID
@property (nonatomic, assign) unsigned long long channelId
Discussion
频道ID
Declared In
NIMQChatUpdateMediaChannelParam.h
limit
人数限制
@property (nonatomic, assign) NSInteger limit
Discussion
人数限制
Declared In
NIMQChatUpdateMediaChannelParam.h
audioConfig
音频设置
@property (nonatomic, strong) NIMQChatAudioProfile *audioConfig
Discussion
音频设置
Declared In
NIMQChatUpdateMediaChannelParam.h
videoConfig
视频设置
@property (nonatomic, strong) NIMQChatVideoProfile *videoConfig
Discussion
视频设置
Declared In
NIMQChatUpdateMediaChannelParam.h