9 #import <Foundation/Foundation.h> 
  113 @property (nonatomic, readonly, copy) NSString *userId;
 
  118 @property (nonatomic, readonly, copy) NSString *displayName;
 
  123 @property (nonatomic, readonly, copy) NSString *expandInfo;
 
  128 @property (nonatomic, readonly, copy) NSString *renderId;
 
  133 @property (nonatomic, readonly) 
bool isJoined;
 
  138 @property (nonatomic, readonly) 
bool isChairman;
 
  143 @property (nonatomic, readonly) 
bool isSelf;
 
  148 @property (nonatomic, readonly) 
bool isMute;
 
  153 @property (nonatomic, readonly) 
bool isAudio;
 
  158 @property (nonatomic, readonly) 
bool isVideo;
 
  163 @property (nonatomic, readonly) 
bool isFocus;
 
  168 @property (nonatomic, readonly) 
bool isHandUp;
 
  173 @property (nonatomic, readonly) 
bool isSubscribeAudio;
 
  178 @property (nonatomic, readonly) 
int volume;
 
  183 @property (nonatomic, readonly) 
int preVolume;
 
  193 @property (nonatomic, readonly) 
int role;
 
JCConferencePictureSize
Definition: JCConferenceParticipant.h:28
 
@ JCConferencePictureSizeMax
最大尺寸
Definition: JCConferenceParticipant.h:40
 
@ JCConferencePictureSizeInit
初始值
Definition: JCConferenceParticipant.h:30
 
@ JCConferencePictureSizeLarge
大尺寸
Definition: JCConferenceParticipant.h:38
 
@ JCConferencePictureSizeNone
不请求
Definition: JCConferenceParticipant.h:32
 
@ JCConferencePictureSizeMin
最小尺寸
Definition: JCConferenceParticipant.h:34
 
@ JCConferencePictureSizeSmall
小尺寸
Definition: JCConferenceParticipant.h:36
 
JCConferenceParticipantType
Definition: JCConferenceParticipant.h:14
 
@ JCConferenceParticipantTypeVideo
视频成员(能订阅其他成员的媒体数据,能发送自己的音视频数据)
Definition: JCConferenceParticipant.h:18
 
@ JCConferenceParticipantTypeAudio
音频成员(能订阅其他成员的媒体数据,能发送自己的音频数据)
Definition: JCConferenceParticipant.h:20
 
@ JCConferenceParticipantTypeAudience
观众(只能接收其他成员的媒体数据)
Definition: JCConferenceParticipant.h:22
 
@ JCConferenceParticipantTypeInit
初始值
Definition: JCConferenceParticipant.h:16
 
JCConferenceNetState
Definition: JCConferenceParticipant.h:46
 
@ JCConferenceNetStateVeryGood
很好
Definition: JCConferenceParticipant.h:58
 
@ JCConferenceNetStateGood
好
Definition: JCConferenceParticipant.h:56
 
@ JCConferenceNetStateVeryBad
很差
Definition: JCConferenceParticipant.h:50
 
@ JCConferenceNetStateNormal
一般
Definition: JCConferenceParticipant.h:54
 
@ JCConferenceNetStateBad
差
Definition: JCConferenceParticipant.h:52
 
@ JCConferenceNetStateDisconnected
无网络
Definition: JCConferenceParticipant.h:48
 
JCConferenceVolumeStatus
Definition: JCConferenceParticipant.h:64
 
@ JCConferenceVolumeStatusLow
低
Definition: JCConferenceParticipant.h:70
 
@ JCConferenceVolumeStatusNone
静音
Definition: JCConferenceParticipant.h:66
 
@ JCConferenceVolumeStatusMid
中
Definition: JCConferenceParticipant.h:72
 
@ JCConferenceVolumeStatusHigh
高
Definition: JCConferenceParticipant.h:74
 
@ JCConferenceVolumeStatusZero
无声音
Definition: JCConferenceParticipant.h:68
 
上报成员更新回调时,成员对应的属性变化集合
Definition: JCConferenceParticipant.h:81
 
BOOL expandInfoChanged
Definition: JCConferenceParticipant.h:85
 
BOOL isVideoChanged
Definition: JCConferenceParticipant.h:100
 
BOOL isMuteChanged
Definition: JCConferenceParticipant.h:90
 
BOOL isAudioChanged
Definition: JCConferenceParticipant.h:95
 
会议成员
Definition: JCConferenceParticipant.h:108