start abstract method

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

Starts a new OngoingCall in the specified chatId by the authenticated MyUser.

Implementation

Future<Rx<OngoingCall>> start(
  ChatId chatId, {
  bool withAudio = true,
  bool withVideo = true,
  bool withScreen = false,
});