VideoRoomAttachedEvent constructor Null safety
- {String? videoroom,
- int? room,
- List<
AttachedStreams> ? streams}
Implementation
VideoRoomAttachedEvent({
this.videoroom,
this.room,
this.streams,});
VideoRoomAttachedEvent({
this.videoroom,
this.room,
this.streams,});