25 if (this.RoomAddedEvent != null)
27 this.RoomAddedEvent(newRoom);
35 if (this.RoomClosedEvent != null)
37 this.RoomClosedEvent(room);
45 if (this.UserJoinedRoomEvent != null)
47 this.UserJoinedRoomEvent(room, user);
55 if (this.UserLeftRoomEvent != null)
57 this.UserLeftRoomEvent(room, user);
65 if (this.AnchorsChangedEvent != null)
67 this.AnchorsChangedEvent(room);
75 if (this.AnchorsDownloadedEvent != null)
77 this.AnchorsDownloadedEvent(successful, request, failureReason);
85 if (this.AnchorUploadedEvent != null)
87 this.AnchorUploadedEvent(successful, failureReason);