ReactionCallFeature interface
会議の反応機能。
- Extends
継承されたプロパティ
name | 機能名。 |
メソッド
off("reaction", Reaction |
Reaction イベントの Unsubscribe 関数 |
on("reaction", Reaction |
Reaction イベントのサブスクライブ関数 |
send |
ローカル参加者から会議にリアクションを送信する |
継承されたメソッド
dispose() |
継承されたプロパティの詳細
name
機能名。
name: string
プロパティ値
string
メソッドの詳細
off("reaction", ReactionListener)
Reaction イベントの Unsubscribe 関数
function off(event: "reaction", listener: ReactionListener)
パラメーター
- event
-
"reaction"
イベント名
- listener
- ReactionListener
このイベントのサブスクライブを解除するために使用されたコールバック関数
on("reaction", ReactionListener)
Reaction イベントのサブスクライブ関数
function on(event: "reaction", listener: ReactionListener)
パラメーター
- event
-
"reaction"
イベント名
- listener
- ReactionListener
このイベントのサブスクライブに使用されたコールバック関数
sendReaction(ReactionMessage)
ローカル参加者から会議にリアクションを送信する
function sendReaction(reactionMessage: ReactionMessage): Promise<void>
パラメーター
- reactionMessage
- ReactionMessage
戻り値
Promise<void>
継承済みメソッドの詳細
dispose()
function dispose()