AgoraTokenFunctionsActionResponse constructor

const AgoraTokenFunctionsActionResponse({
  1. required String token,
})

Response to FunctionsAction to obtain a token for Agora room creation from the server side.

Agoraのルーム作成用トークンをサーバー側から取得するためのFunctionsActionのレスポンス。

Implementation

const AgoraTokenFunctionsActionResponse({
  required this.token,
});