callServerTypeWebrtc property

CallServerTypeWebrtc? callServerTypeWebrtc

A WebRTC server

Implementation

CallServerTypeWebrtc? get callServerTypeWebrtc {
  if (this is CallServerTypeWebrtc) {
    return this as CallServerTypeWebrtc;
  }
  return null;
}