createVideoCall

fun createVideoCall(channelType: String, channelId: String, callType: String, callId: String): Call<VideoCallInfo>

Creates a newly available video call, which belongs to a channel. The video call will be created based on the third-party video integration (Agora and 100ms) on your Stream Dashboard.

You can set the call type by passing callType like video or audio.

Parameters

channelType

The channel type. ie messaging.

channelId

The id of the channel.

callType

Represents call type such as video or audio.

callId

A unique identifier to assign to the call. The id is case-insensitive.