transfer

abstract suspend fun transfer(    targetUserId: String,     targetRoomId: String?,     createCallId: String?,     awaitCallId: String?)

Send a m.call.replaces event to initiate call transfer. See org.matrix.android.sdk.api.session.room.model.call.CallReplacesContent for documentation about the parameters