createOutgoingCall

abstract fun createOutgoingCall(    roomId: String,     otherUserId: String,     isVideoCall: Boolean): MxCall

Create an outgoing call.