ACSVideoStreamStateChangedEventArgs 类

声明

@interface ACSVideoStreamStateChangedEventArgs : NSObject;

Description

包含有关 CallVideoStream 的信息;的状态发生了变化

Methods

属性

数据流

CallVideoStream 表示其状态已更改

@property (retain, nonnull, readonly) ACSCallVideoStream * stream;

消息

包含有关 CallVideoStream 功能的重要消息。

@property (retain, nonnull, readonly) NSString * message;