CallServerTypeWebrtc constructor

const CallServerTypeWebrtc({
  1. required String username,
  2. required String password,
  3. required bool supportsTurn,
  4. required bool supportsStun,
})

A WebRTC server

Implementation

const CallServerTypeWebrtc({
  required this.username,
  required this.password,
  required this.supportsTurn,
  required this.supportsStun,
});