onCallConnecting property

Stream<FlutterTwilioEvent> onCallConnecting

Implementation

static Stream<FlutterTwilioEvent> get onCallConnecting {
  return _streamController.stream.asBroadcastStream().where((event) => event.status == FlutterTwilioStatus.connecting);
}