start abstract method
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,
});
Starts a new OngoingCall in the specified chatId
by the authenticated
MyUser.
Future<Rx<OngoingCall>> start(
ChatId chatId, {
bool withAudio = true,
bool withVideo = true,
bool withScreen = false,
});