CreateRealtimeCallResponse constructor

CreateRealtimeCallResponse({
  1. required String sdpAnswer,
  2. String? callId,
  3. Uri? location,
})

Implementation

CreateRealtimeCallResponse({
  required this.sdpAnswer,
  this.callId,
  this.location,
});