CallServerTypeWebrtc constructor

CallServerTypeWebrtc(
  1. {required String username,
  2. required String password,
  3. required bool supports_turn,
  4. required bool supports_stun,
  5. int? extra,
  6. int? clientId}
)

A WebRTC server

Implementation

CallServerTypeWebrtc