ACSRemoteParticipantDelegate プロトコル
宣言
@protocol ACSRemoteParticipantDelegate;
説明
重要なイベントに応答して ACSRemoteParticipant によって呼び出される一連のメソッド。
メソッド
onStateChanged
PropertyChanged イベント。 リモート参加者の状態が変更されたときに発生します
-(void)onStateChanged:(ACSRemoteParticipant *)sender :(ACSPropertyChangedEventArgs *)args {
パラメーター
sender
- 状態が変更された呼び出しオブジェクト。args
- 呼び出し状態に関する情報。
onIsMutedChanged
PropertyChanged イベント。 リモート参加者の IsMuted が変更されたときに発生します
-(void)onIsMutedChanged:(ACSRemoteParticipant *)sender :(ACSPropertyChangedEventArgs *)args {
パラメーター
sender
- 状態が変更された呼び出しオブジェクト。args
- 呼び出し状態に関する情報。
onIsSpeakingChanged
PropertyChanged イベント。 リモート参加者がマルチパーティ通話でアクティブな話者である場合に発生します
-(void)onIsSpeakingChanged:(ACSRemoteParticipant *)sender :(ACSPropertyChangedEventArgs *)args {
パラメーター
sender
- 状態が変更された呼び出しオブジェクト。args
- 呼び出し状態に関する情報。
onDisplayNameChanged
PropertyChanged イベント。 リモート参加者の displayName が変更されたときに発生します
-(void)onDisplayNameChanged:(ACSRemoteParticipant *)sender :(ACSPropertyChangedEventArgs *)args {
パラメーター
sender
- 状態が変更された呼び出しオブジェクト。args
- 呼び出し状態に関する情報。
onRoleChanged
PropertyChanged イベント。 リモート参加者のロールが変更されたときに発生します
-(void)onRoleChanged:(ACSRemoteParticipant *)sender :(ACSPropertyChangedEventArgs *)args {
パラメーター
sender
- 状態が変更された呼び出しオブジェクト。args
- 呼び出し状態に関する情報。
onVideoStreamsUpdated
RemoteVideoStreamsUpdated イベント。 リモート ビデオ ストリームが追加または削除されたときに発生します
-(void)onVideoStreamsUpdated:(ACSRemoteParticipant *)sender :(ACSRemoteVideoStreamsEventArgs *)args DEPRECATED_MSG_ATTRIBUTE("Use remoteParticipant(_:didChangeVideoStreamState:)) instead") {
パラメーター
sender
-args
-
onVideoStreamStateChanged
ビデオ ストリームの状態を知るために使用されるリスナー
-(void)onVideoStreamStateChanged:(ACSRemoteParticipant *)sender :(ACSVideoStreamStateChangedEventArgs *)args {
パラメーター
sender
-args
-