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