join abstract method

Future<Rx<OngoingCall>?> join(
  1. ChatId chatId,
  2. ChatCall? call, {
  3. bool withAudio = true,
  4. bool withVideo = false,
  5. bool withScreen = false,
})

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,
});