makeVideoCall method

Future<bool> makeVideoCall(
  1. String userJid
)

Implementation

Future<bool> makeVideoCall(String userJid) async {
  throw UnimplementedError('makeVideoCall has not been implemented.');
}