AudioRoomCreatedResponse constructor

AudioRoomCreatedResponse({
  1. String? audiobridge,
  2. dynamic room,
  3. bool? permanent,
})

Implementation

AudioRoomCreatedResponse({
  this.audiobridge,
  this.room,
  this.permanent,
});