AgoraTokenFunctionsActionResponse class

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

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

Inheritance
  • Object
  • FunctionsActionResponse
  • AgoraTokenFunctionsActionResponse

Constructors

AgoraTokenFunctionsActionResponse({required String token})
Response to FunctionsAction to obtain a token for Agora room creation from the server side.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
Token of the room created.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited