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