create

abstract fun create(call: Call, ring: Boolean, members: List<String>, onSuccess: suspend (Call) -> Unit? = null, onError: suspend (Exception) -> Unit? = null)