createVideoCall
fun createVideoCall(channelType: String, channelId: String, callType: String, callId: String): Call<VideoCallInfo>
Deprecated
This third-party library integration is deprecated. Contact the support team for more information.
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.