getOrCreateCall

@POST(value = "/video/call/{type}/{id}")
abstract suspend fun getOrCreateCall(@Path(value = "type") type: String, @Path(value = "id") id: String, @Query(value = "connection_id") connectionId: String? = null, @Body getOrCreateCallRequest: GetOrCreateCallRequest): GetOrCreateCallResponse

Get or create a call Gets or creates a new call