VideoCallToken

@Immutable
data class VideoCallToken(val token: String, val agoraUid: Int?, val agoraAppId: String?)

A call token that is used in currently available video call integrations.

Constructors

Link copied to clipboard
constructor(token: String, agoraUid: Int?, agoraAppId: String?)

Properties

Link copied to clipboard

The App Id of Agora.

Link copied to clipboard

The Uid of Agora.

Link copied to clipboard

An available call token.