Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

RTKConnectedMeetings

最終更新 Markdown で表示Agent セットアップ

接続ミーティングを扱うメソッドです。

meeting.connectedMeetings.getConnectedMeetings()

接続ミーティングの状態を取得します。

種類: RTKConnectedMeetings のインスタンスメソッド

meeting.connectedMeetings.createMeetings(request)

接続ミーティングを作成します。

種類: RTKConnectedMeetings のインスタンスメソッド

パラメーター
request Array.<{title: string}>

meeting.connectedMeetings.updateMeetings(request)

ミーティングのタイトルを更新します。

種類: RTKConnectedMeetings のインスタンスメソッド

パラメーター
request Array.<{id: string, title: string}>

meeting.connectedMeetings.deleteMeetings(meetingIds)

接続ミーティングを削除します。

種類: RTKConnectedMeetings のインスタンスメソッド

パラメーター
meetingIds Array.<string>

meeting.connectedMeetings.moveParticipants(sourceMeetingId, destinationMeetingId, participantIds)

参加者を移動するイベントを発火します。

種類: RTKConnectedMeetings のインスタンスメソッド

パラメーター 説明
sourceMeetingId string 移動元ミーティングの ID
destinationMeetingId string 移動先ミーティングの ID
participantIds Array.<string> 参加者 ID の一覧

meeting.connectedMeetings.moveParticipantsWithCustomPreset(sourceMeetingId, destinationMeetingId, participants)

カスタム preset を指定して、参加者を移動するイベントを発火します。

種類: RTKConnectedMeetings のインスタンスメソッド

パラメーター 説明
sourceMeetingId string 移動元ミーティングの ID
destinationMeetingId string 移動先ミーティングの ID
participants Array.<{id: string, presetId: string}>

役に立ちましたか?