CallSfuServer constructor

const CallSfuServer({
  1. required String name,
  2. required String url,
  3. required String wsEndpoint,
})

Implementation

const CallSfuServer({
  required this.name,
  required this.url,
  required this.wsEndpoint,
});