join abstract method
Joins the current OngoingCall in the specified chatId
by the
authenticated MyUser.
Implementation
Future<Rx<OngoingCall>?> join(
ChatId chatId,
ChatCall? call, {
bool withAudio = true,
bool withVideo = false,
bool withScreen = false,
});