ECMultiVideoMeetingMsg Class Reference

Inherits from NSObject
Declared in ECMultiVideoMeetingMsg.h

Overview

多路视频会议类

  type

多路视频会议的消息类型

@property (nonatomic, assign) ECMultiVideoMeetingMsgType type

Declared In

ECMultiVideoMeetingMsg.h

  roomNo

多路视频会议房间id

@property (nonatomic, copy) NSString *roomNo

Declared In

ECMultiVideoMeetingMsg.h

  joinArr

有人加入多路视频会议的VoIP号的集合

@property (nonatomic, copy) NSArray *joinArr

Declared In

ECMultiVideoMeetingMsg.h

  exitArr

有人退出多路视频会议的VoIP号的集合

@property (nonatomic, copy) NSArray *exitArr

Declared In

ECMultiVideoMeetingMsg.h

  who

VoIP账号

@property (nonatomic, strong) ECVoIPAccount *who

Declared In

ECMultiVideoMeetingMsg.h

  videoState

视频发布状态 1发布 2未发布

@property (nonatomic, assign) NSInteger videoState

Declared In

ECMultiVideoMeetingMsg.h

  videoSource

视频源地址 包括ip和端口号

@property (nonatomic, retain) NSString *videoSource

Declared In

ECMultiVideoMeetingMsg.h

  refuseArr

用户拒绝加入会议

@property (nonatomic, copy) NSArray *refuseArr

Declared In

ECMultiVideoMeetingMsg.h

  speakListen

是否禁言 11:可听可讲 10:可听禁言 01:禁听可讲 00:禁听禁言

@property (nonatomic, copy) NSString *speakListen

Declared In

ECMultiVideoMeetingMsg.h