ringCall

@POST(value = "/video/call/{type}/{id}/ring")
abstract suspend fun ringCall(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body ringCallRequest: RingCallRequest): RingCallResponse
@POST(value = "/video/call/{type}/{id}/ring")
abstract suspend fun ringCall(@Path(value = "type") type: String, @Path(value = "id") id: String): RingCallResponse

Ring Call Users Sends a ring notification to the provided users who are not already in the call. All users should be members of the call