WebRTCClient constructor

WebRTCClient({
  1. required String roomId,
  2. required String peerId,
  3. required String peerName,
  4. required String serverUrl,
})

Implementation

WebRTCClient(
    {required this.roomId,
    required this.peerId,
    required this.peerName,
    required this.serverUrl});