joinCall method

Future<void> joinCall()

Joins an OngoingCall happening in the chat.

Implementation

Future<void> joinCall() => _callService.join(chatId, withVideo: false);