VideoCallInfo

@Immutable
data class VideoCallInfo(val callId: String, val provider: String, val type: String, val agoraChannel: AgoraChannel, val hmsRoom: HMSRoom, val videoCallToken: VideoCallToken)

Represents currently available call information for Agora and HMS video calls.

Constructors

Link copied to clipboard
constructor(callId: String, provider: String, type: String, agoraChannel: AgoraChannel, hmsRoom: HMSRoom, videoCallToken: VideoCallToken)

Properties

Link copied to clipboard

The available channel info of Agora.

Link copied to clipboard

The call id, which indicates a dedicated video call id on the channel.

Link copied to clipboard

The available room info of HMS.

Link copied to clipboard

The provider.

Link copied to clipboard

The call type.

Link copied to clipboard