joinCall

@POST(value = "/video/call/{type}/{id}/join")
abstract suspend fun joinCall(@Path(value = "type") type: String, @Path(value = "id") id: String, @Query(value = "connection_id") connectionId: String? = null, @Body joinCallRequest: JoinCallRequest): JoinCallResponse

Join call Request to join a call