CallServerTypeWebrtc constructor
      const
      CallServerTypeWebrtc({})
     
    
A WebRTC server
Implementation
const CallServerTypeWebrtc({
  required this.username,
  required this.password,
  required this.supportsTurn,
  required this.supportsStun,
});