getCall

@GET(value = "/video/call/{type}/{id}")
abstract suspend fun getCall(@Path(value = "type") type: String, @Path(value = "id") id: String, @Query(value = "connection_id") connectionId: String? = null, @Query(value = "members_limit") membersLimit: Int? = null, @Query(value = "ring") ring: Boolean? = null, @Query(value = "notify") notify: Boolean? = null, @Query(value = "video") video: Boolean? = null): GetCallResponse

Get Call