startVideoCall method

Future<void> startVideoCall(
  1. User to
)

Starts a video ChatCall with a to User.

Implementation

Future<void> startVideoCall(User to) => _call(to, true);