次の方法で共有


ACSParticipantsUpdatedEventArgs クラス

宣言

@interface ACSParticipantsUpdatedEventArgs : NSObject;

説明

ParticipantsUpdated イベント データについて説明します

メソッド

プロパティ

addedParticipants

追加された参加者の一覧

@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * addedParticipants;

removedParticipants

削除された参加者の一覧

@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * removedParticipants;