Starts an audio ChatCall with a to User.
to
Future<void> startAudioCall(User to) => _call(to, false);