VideoRoomAttachedEvent constructor

VideoRoomAttachedEvent({
  1. String? videoroom,
  2. dynamic room,
  3. List<AttachedStreams>? streams,
})

Implementation

VideoRoomAttachedEvent({
  this.videoroom,
  this.room,
  this.streams,
});