mediasfu-angular 1.0.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +871 -769
- package/dist/README.md +870 -769
- package/dist/fesm2022/mediasfu-angular.mjs +13241 -3372
- package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
- package/dist/lib/@types/types.d.ts +22 -1
- package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +36 -0
- package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +51 -0
- package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +48 -0
- package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +62 -0
- package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +24 -18
- package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +59 -0
- package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +20 -0
- package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +35 -0
- package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +38 -0
- package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +24 -40
- package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +21 -0
- package/dist/lib/components/display-components/control-widgets/menu-record-widget.component.d.ts +22 -0
- package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +23 -0
- package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +23 -0
- package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +15 -0
- package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +27 -0
- package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +27 -18
- package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +30 -45
- package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +19 -17
- package/dist/lib/components/display-components/main-aspect-component/main-aspect-component.component.d.ts +32 -24
- package/dist/lib/components/display-components/main-container-component/main-container-component.component.d.ts +28 -16
- package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +28 -14
- package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +43 -22
- package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +25 -30
- package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +55 -62
- package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +19 -23
- package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +39 -39
- package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +28 -13
- package/dist/lib/components/display-components/pagination/pagination.component.d.ts +29 -23
- package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +18 -24
- package/dist/lib/components/display-components/video-card/video-card.component.d.ts +62 -0
- package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +28 -17
- package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +47 -38
- package/dist/lib/components/exit-components/confirm-exit-modal/confirm-exit-modal.component.d.ts +35 -22
- package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +35 -24
- package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +258 -117
- package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +254 -117
- package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +312 -162
- package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +312 -162
- package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +310 -162
- package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +49 -51
- package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +6 -1
- package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +5 -0
- package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +27 -29
- package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +20 -15
- package/dist/lib/components/message-components/message-panel/message-panel.component.d.ts +24 -0
- package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +34 -0
- package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +20 -35
- package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +79 -66
- package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +19 -1
- package/dist/lib/components/misc-components/welcome-page/welcome-page.component.d.ts +15 -0
- package/dist/lib/components/participants-components/participant-list/participant-list.component.d.ts +19 -0
- package/dist/lib/components/participants-components/participant-list-item/participant-list-item.component.d.ts +19 -0
- package/dist/lib/components/participants-components/participant-list-others/participant-list-others.component.d.ts +17 -0
- package/dist/lib/components/participants-components/participant-list-others-item/participant-list-others-item.component.d.ts +17 -0
- package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +24 -0
- package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +27 -0
- package/dist/lib/components/recording-components/advanced-panel-component/advanced-panel-components.component.d.ts +15 -0
- package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +12 -0
- package/dist/lib/components/recording-components/standard-panel-component/standard-panel-component.component.d.ts +5 -0
- package/dist/lib/components/requests-components/render-request-component/render-request-component.component.d.ts +22 -0
- package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +17 -0
- package/dist/lib/components/screenboard-components/screenboard/screenboard.component.d.ts +10 -0
- package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +11 -0
- package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +59 -0
- package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +21 -0
- package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +49 -0
- package/dist/lib/consumers/add-videos-grid.service.d.ts +49 -0
- package/dist/lib/consumers/auto-adjust.service.d.ts +26 -0
- package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +18 -0
- package/dist/lib/consumers/change-vids.service.d.ts +131 -66
- package/dist/lib/consumers/check-grid.service.d.ts +32 -18
- package/dist/lib/consumers/check-permission.service.d.ts +25 -0
- package/dist/lib/consumers/check-screen-share.service.d.ts +35 -0
- package/dist/lib/consumers/close-and-resize.service.d.ts +102 -0
- package/dist/lib/consumers/compare-active-names.service.d.ts +31 -0
- package/dist/lib/consumers/compare-screen-states.service.d.ts +35 -0
- package/dist/lib/consumers/connect-ips.service.d.ts +42 -0
- package/dist/lib/consumers/connect-local-ips.service.d.ts +81 -0
- package/dist/lib/consumers/connect-recv-transport.service.d.ts +33 -0
- package/dist/lib/consumers/connect-send-transport-audio.service.d.ts +81 -11
- package/dist/lib/consumers/connect-send-transport-screen.service.d.ts +96 -15
- package/dist/lib/consumers/connect-send-transport-video.service.d.ts +101 -11
- package/dist/lib/consumers/connect-send-transport.service.d.ts +59 -1
- package/dist/lib/consumers/consumer-resume.service.d.ts +36 -0
- package/dist/lib/consumers/control-media.service.d.ts +45 -0
- package/dist/lib/consumers/create-send-transport.service.d.ts +149 -13
- package/dist/lib/consumers/disconnect-send-transport-audio.service.d.ts +100 -13
- package/dist/lib/consumers/disconnect-send-transport-screen.service.d.ts +75 -2
- package/dist/lib/consumers/disconnect-send-transport-video.service.d.ts +99 -17
- package/dist/lib/consumers/disp-streams.service.d.ts +92 -0
- package/dist/lib/consumers/generate-page-content.service.d.ts +47 -0
- package/dist/lib/consumers/get-estimate.service.d.ts +50 -0
- package/dist/lib/consumers/get-piped-producers-alt.service.d.ts +38 -1
- package/dist/lib/consumers/get-producers-piped.service.d.ts +33 -0
- package/dist/lib/consumers/get-videos.service.d.ts +33 -0
- package/dist/lib/consumers/mix-streams.service.d.ts +22 -0
- package/dist/lib/consumers/on-screen-changes.service.d.ts +40 -0
- package/dist/lib/consumers/prepopulate-user-media.service.d.ts +99 -0
- package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +29 -0
- package/dist/lib/consumers/process-consumer-transports.service.d.ts +37 -0
- package/dist/lib/consumers/re-port.service.d.ts +48 -0
- package/dist/lib/consumers/re-update-inter.service.d.ts +82 -0
- package/dist/lib/consumers/readjust.service.d.ts +50 -0
- package/dist/lib/consumers/receive-all-piped-transports.service.d.ts +36 -1
- package/dist/lib/consumers/receive-room-messages.service.d.ts +27 -0
- package/dist/lib/consumers/reorder-streams.service.d.ts +58 -0
- package/dist/lib/consumers/request-screen-share.service.d.ts +34 -0
- package/dist/lib/consumers/resume-pause-audio-streams.service.d.ts +51 -0
- package/dist/lib/consumers/resume-pause-streams.service.d.ts +33 -0
- package/dist/lib/consumers/resume-send-transport-audio.service.d.ts +76 -7
- package/dist/lib/consumers/signal-new-consumer-transport.service.d.ts +37 -37
- package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +33 -0
- package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +39 -0
- package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +27 -0
- package/dist/lib/consumers/start-share-screen.service.d.ts +40 -0
- package/dist/lib/consumers/stop-share-screen.service.d.ts +55 -0
- package/dist/lib/consumers/stream-success-audio-switch.service.d.ts +148 -11
- package/dist/lib/consumers/stream-success-audio.service.d.ts +61 -0
- package/dist/lib/consumers/stream-success-screen.service.d.ts +50 -0
- package/dist/lib/consumers/stream-success-video.service.d.ts +58 -0
- package/dist/lib/consumers/switch-user-audio.service.d.ts +33 -0
- package/dist/lib/consumers/switch-user-video-alt.service.d.ts +32 -0
- package/dist/lib/consumers/switch-user-video.service.d.ts +47 -0
- package/dist/lib/consumers/trigger.service.d.ts +41 -0
- package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +54 -0
- package/dist/lib/consumers/update-participant-audio-decibels.service.d.ts +45 -0
- package/dist/lib/methods/background-methods/launch-background.service.d.ts +25 -0
- package/dist/lib/methods/breakout-room-methods/breakout-room-updated.service.d.ts +71 -0
- package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +24 -0
- package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +24 -0
- package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +44 -0
- package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +22 -0
- package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +75 -0
- package/dist/lib/methods/exit-methods/confirm-exit.service.d.ts +29 -1
- package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +20 -0
- package/dist/lib/methods/media-settings-methods/launch-media-settings.service.d.ts +35 -0
- package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +22 -0
- package/dist/lib/methods/message-methods/launch-messages.service.d.ts +22 -0
- package/dist/lib/methods/message-methods/send-message.service.d.ts +49 -0
- package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +24 -0
- package/dist/lib/methods/participants-methods/message-participants.service.d.ts +46 -0
- package/dist/lib/methods/participants-methods/mute-participants.service.d.ts +39 -0
- package/dist/lib/methods/participants-methods/remove-participants.service.d.ts +45 -0
- package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +38 -0
- package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +32 -0
- package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +34 -0
- package/dist/lib/methods/polls-methods/launch-poll.service.d.ts +20 -0
- package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +31 -0
- package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +24 -0
- package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +22 -0
- package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +63 -0
- package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +43 -0
- package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +27 -0
- package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +44 -0
- package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +45 -0
- package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +32 -0
- package/dist/lib/methods/recording-methods/start-recording.service.d.ts +53 -0
- package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +42 -1
- package/dist/lib/methods/recording-methods/update-recording.service.d.ts +51 -0
- package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +25 -0
- package/dist/lib/methods/requests-methods/respond-to-requests.service.d.ts +39 -0
- package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +25 -0
- package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +42 -0
- package/dist/lib/methods/stream-methods/click-audio.service.d.ts +100 -0
- package/dist/lib/methods/stream-methods/click-chat.service.d.ts +31 -0
- package/dist/lib/methods/stream-methods/click-screen-share.service.d.ts +68 -0
- package/dist/lib/methods/stream-methods/click-video.service.d.ts +88 -0
- package/dist/lib/methods/stream-methods/switch-audio.service.d.ts +47 -0
- package/dist/lib/methods/stream-methods/switch-video-alt.service.d.ts +50 -0
- package/dist/lib/methods/stream-methods/switch-video.service.d.ts +56 -0
- package/dist/lib/methods/utils/check-limits-and-make-request.service.d.ts +23 -0
- package/dist/lib/methods/utils/create-response-join-room.util.d.ts +33 -0
- package/dist/lib/methods/utils/create-room-on-media-sfu.service.d.ts +25 -0
- package/dist/lib/methods/utils/format-number.service.d.ts +26 -14
- package/dist/lib/methods/utils/generate-random-messages.service.d.ts +33 -0
- package/dist/lib/methods/utils/generate-random-participants.service.d.ts +27 -0
- package/dist/lib/methods/utils/generate-random-polls.service.d.ts +26 -0
- package/dist/lib/methods/utils/generate-random-request-list.service.d.ts +36 -0
- package/dist/lib/methods/utils/generate-random-waiting-room-list.service.d.ts +21 -0
- package/dist/lib/methods/utils/get-modal-position.util.d.ts +13 -3
- package/dist/lib/methods/utils/get-overlay-position.util.d.ts +13 -3
- package/dist/lib/methods/utils/initial-values.util.d.ts +6 -0
- package/dist/lib/methods/utils/join-room-on-media-sfu.service.d.ts +52 -0
- package/dist/lib/methods/utils/meeting-timer/start-meeting-progress-timer.service.d.ts +37 -0
- package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +55 -0
- package/dist/lib/methods/utils/producer/a-params.service.d.ts +37 -0
- package/dist/lib/methods/utils/producer/h-params.service.d.ts +50 -0
- package/dist/lib/methods/utils/producer/screen-params.service.d.ts +37 -0
- package/dist/lib/methods/utils/producer/v-params.service.d.ts +50 -0
- package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +46 -0
- package/dist/lib/methods/utils/sleep.util.d.ts +9 -3
- package/dist/lib/methods/utils/sound-player.service.d.ts +21 -0
- package/dist/lib/methods/utils/validate-alphanumeric.service.d.ts +16 -0
- package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +18 -0
- package/dist/lib/methods/waiting-methods/respond-to-waiting.service.d.ts +29 -0
- package/dist/lib/methods/whiteboard-methods/capture-canvas-stream.service.d.ts +46 -0
- package/dist/lib/methods/whiteboard-methods/launch-configure-whiteboard.service.d.ts +20 -0
- package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +23 -0
- package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +31 -0
- package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +44 -0
- package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +38 -0
- package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +125 -0
- package/dist/lib/producers/producer-emits/join-room.service.d.ts +38 -0
- package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +80 -2
- package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +78 -2
- package/dist/lib/producers/socket-receive-methods/all-waiting-room-members.service.d.ts +27 -0
- package/dist/lib/producers/socket-receive-methods/ban-participant.service.d.ts +36 -0
- package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +37 -0
- package/dist/lib/producers/socket-receive-methods/disconnect-user-self.service.d.ts +29 -1
- package/dist/lib/producers/socket-receive-methods/disconnect.service.d.ts +26 -0
- package/dist/lib/producers/socket-receive-methods/get-domains.service.d.ts +24 -9
- package/dist/lib/producers/socket-receive-methods/host-request-response.service.d.ts +31 -48
- package/dist/lib/producers/socket-receive-methods/meeting-ended.service.d.ts +29 -0
- package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +23 -0
- package/dist/lib/producers/socket-receive-methods/meeting-time-remaining.service.d.ts +27 -0
- package/dist/lib/producers/socket-receive-methods/participant-requested.service.d.ts +31 -0
- package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +25 -0
- package/dist/lib/producers/socket-receive-methods/producer-media-closed.service.d.ts +61 -0
- package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +62 -0
- package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +45 -0
- package/dist/lib/producers/socket-receive-methods/re-initiate-recording.service.d.ts +29 -0
- package/dist/lib/producers/socket-receive-methods/receive-message.service.d.ts +38 -0
- package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +38 -0
- package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +62 -0
- package/dist/lib/producers/socket-receive-methods/screen-producer-id.service.d.ts +41 -0
- package/dist/lib/producers/socket-receive-methods/start-records.service.d.ts +25 -0
- package/dist/lib/producers/socket-receive-methods/stopped-recording.service.d.ts +25 -0
- package/dist/lib/producers/socket-receive-methods/time-left-recording.service.d.ts +21 -0
- package/dist/lib/producers/socket-receive-methods/update-consuming-domains.service.d.ts +42 -0
- package/dist/lib/producers/socket-receive-methods/update-media-settings.service.d.ts +30 -0
- package/dist/lib/producers/socket-receive-methods/updated-co-host.service.d.ts +40 -0
- package/dist/lib/producers/socket-receive-methods/user-waiting.service.d.ts +14 -40
- package/dist/lib/sockets/socket-manager.service.d.ts +130 -0
- package/dist/public-api.d.ts +11 -1
- package/package.json +17 -20
- package/dist/esm2022/lib/@types/types.mjs +0 -2
- package/dist/esm2022/lib/components/background-components/background-modal/background-modal.component.mjs +0 -763
- package/dist/esm2022/lib/components/breakout-components/breakout-rooms-modal.component.mjs +0 -316
- package/dist/esm2022/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.mjs +0 -95
- package/dist/esm2022/lib/components/breakout-components/room-list/room-list.component.mjs +0 -40
- package/dist/esm2022/lib/components/co-host-components/co-host-modal/co-host-modal.component.mjs +0 -246
- package/dist/esm2022/lib/components/display-components/alert-component/alert.component.component.mjs +0 -73
- package/dist/esm2022/lib/components/display-components/audio-card/audio-card.component.mjs +0 -297
- package/dist/esm2022/lib/components/display-components/audio-grid/audio-grid.component.mjs +0 -60
- package/dist/esm2022/lib/components/display-components/card-video-display/card-video-display.component.mjs +0 -94
- package/dist/esm2022/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.mjs +0 -100
- package/dist/esm2022/lib/components/display-components/control-buttons-component/control-buttons-component.component.mjs +0 -231
- package/dist/esm2022/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.mjs +0 -298
- package/dist/esm2022/lib/components/display-components/control-widgets/menu-participants-widget.component.mjs +0 -61
- package/dist/esm2022/lib/components/display-components/control-widgets/menu-record-widget.component.mjs +0 -43
- package/dist/esm2022/lib/components/display-components/control-widgets/menu-widget.component.mjs +0 -114
- package/dist/esm2022/lib/components/display-components/control-widgets/message-widget.component.mjs +0 -114
- package/dist/esm2022/lib/components/display-components/control-widgets/record-timer-widget.component.mjs +0 -36
- package/dist/esm2022/lib/components/display-components/control-widgets/screenshare-widget.component.mjs +0 -74
- package/dist/esm2022/lib/components/display-components/flexible-grid/flexible-grid.component.mjs +0 -142
- package/dist/esm2022/lib/components/display-components/flexible-video/flexible-video.component.mjs +0 -265
- package/dist/esm2022/lib/components/display-components/loading-modal/loading-modal.component.mjs +0 -100
- package/dist/esm2022/lib/components/display-components/main-aspect-component/main-aspect-component.component.mjs +0 -132
- package/dist/esm2022/lib/components/display-components/main-container-component/main-container-component.component.mjs +0 -119
- package/dist/esm2022/lib/components/display-components/main-grid-component/main-grid-component.component.mjs +0 -106
- package/dist/esm2022/lib/components/display-components/main-screen-component/main-screen-component.component.mjs +0 -180
- package/dist/esm2022/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.mjs +0 -120
- package/dist/esm2022/lib/components/display-components/mini-audio/mini-audio.component.mjs +0 -326
- package/dist/esm2022/lib/components/display-components/mini-card/mini-card.component.mjs +0 -165
- package/dist/esm2022/lib/components/display-components/mini-card-audio/mini-card-audio.component.mjs +0 -230
- package/dist/esm2022/lib/components/display-components/other-grid-component/other-grid-component.component.mjs +0 -111
- package/dist/esm2022/lib/components/display-components/pagination/pagination.component.mjs +0 -328
- package/dist/esm2022/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.mjs +0 -118
- package/dist/esm2022/lib/components/display-components/video-card/video-card.component.mjs +0 -330
- package/dist/esm2022/lib/components/display-settings-components/display-settings-modal.component.mjs +0 -95
- package/dist/esm2022/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.mjs +0 -190
- package/dist/esm2022/lib/components/exit-components/confirm-exit-modal/confirm-exit-modal.component.mjs +0 -119
- package/dist/esm2022/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.mjs +0 -209
- package/dist/esm2022/lib/components/mediasfu-components/mediasfu-broadcast.component.mjs +0 -4189
- package/dist/esm2022/lib/components/mediasfu-components/mediasfu-chat.component.mjs +0 -3705
- package/dist/esm2022/lib/components/mediasfu-components/mediasfu-conference.component.mjs +0 -5024
- package/dist/esm2022/lib/components/mediasfu-components/mediasfu-generic.component.mjs +0 -5333
- package/dist/esm2022/lib/components/mediasfu-components/mediasfu-webinar.component.mjs +0 -5023
- package/dist/esm2022/lib/components/menu-components/custom-buttons/custom-buttons.component.mjs +0 -85
- package/dist/esm2022/lib/components/menu-components/meeting-id-component/meeting-id-component.component.mjs +0 -22
- package/dist/esm2022/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.mjs +0 -22
- package/dist/esm2022/lib/components/menu-components/menu-modal/menu-modal.component.mjs +0 -132
- package/dist/esm2022/lib/components/menu-components/share-buttons-component/share-buttons-component.component.mjs +0 -104
- package/dist/esm2022/lib/components/message-components/message-panel/message-panel.component.mjs +0 -204
- package/dist/esm2022/lib/components/message-components/messages-modal/messages-modal.component.mjs +0 -243
- package/dist/esm2022/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.mjs +0 -147
- package/dist/esm2022/lib/components/misc-components/pre-join-page/pre-join-page.component.mjs +0 -335
- package/dist/esm2022/lib/components/misc-components/share-event-modal/share-event-modal.component.mjs +0 -113
- package/dist/esm2022/lib/components/misc-components/welcome-page/welcome-page.component.mjs +0 -226
- package/dist/esm2022/lib/components/participants-components/participant-list/participant-list.component.mjs +0 -63
- package/dist/esm2022/lib/components/participants-components/participant-list-item/participant-list-item.component.mjs +0 -120
- package/dist/esm2022/lib/components/participants-components/participant-list-others/participant-list-others.component.mjs +0 -23
- package/dist/esm2022/lib/components/participants-components/participant-list-others-item/participant-list-others-item.component.mjs +0 -43
- package/dist/esm2022/lib/components/participants-components/participants-modal/participants-modal.component.mjs +0 -100
- package/dist/esm2022/lib/components/polls-components/poll-modal/poll-modal.component.mjs +0 -174
- package/dist/esm2022/lib/components/recording-components/advanced-panel-component/advanced-panel-components.component.mjs +0 -77
- package/dist/esm2022/lib/components/recording-components/recording-modal/recording-modal.component.mjs +0 -121
- package/dist/esm2022/lib/components/recording-components/standard-panel-component/standard-panel-component.component.mjs +0 -85
- package/dist/esm2022/lib/components/requests-components/render-request-component/render-request-component.component.mjs +0 -59
- package/dist/esm2022/lib/components/requests-components/requests-modal/requests-modal.component.mjs +0 -130
- package/dist/esm2022/lib/components/screenboard-components/screenboard/screenboard.component.mjs +0 -617
- package/dist/esm2022/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.mjs +0 -380
- package/dist/esm2022/lib/components/waiting-components/waiting-room-modal.component.mjs +0 -142
- package/dist/esm2022/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.mjs +0 -265
- package/dist/esm2022/lib/components/whiteboard-components/whiteboard/whiteboard.component.mjs +0 -1784
- package/dist/esm2022/lib/consumers/add-videos-grid.service.mjs +0 -296
- package/dist/esm2022/lib/consumers/auto-adjust.service.mjs +0 -83
- package/dist/esm2022/lib/consumers/calculate-rows-and-columns.service.mjs +0 -42
- package/dist/esm2022/lib/consumers/change-vids.service.mjs +0 -486
- package/dist/esm2022/lib/consumers/check-grid.service.mjs +0 -79
- package/dist/esm2022/lib/consumers/check-permission.service.mjs +0 -80
- package/dist/esm2022/lib/consumers/check-screen-share.service.mjs +0 -71
- package/dist/esm2022/lib/consumers/close-and-resize.service.mjs +0 -229
- package/dist/esm2022/lib/consumers/compare-active-names.service.mjs +0 -75
- package/dist/esm2022/lib/consumers/compare-screen-states.service.mjs +0 -63
- package/dist/esm2022/lib/consumers/connect-ips.service.mjs +0 -112
- package/dist/esm2022/lib/consumers/connect-recv-transport.service.mjs +0 -113
- package/dist/esm2022/lib/consumers/connect-send-transport-audio.service.mjs +0 -46
- package/dist/esm2022/lib/consumers/connect-send-transport-screen.service.mjs +0 -62
- package/dist/esm2022/lib/consumers/connect-send-transport-video.service.mjs +0 -55
- package/dist/esm2022/lib/consumers/connect-send-transport.service.mjs +0 -86
- package/dist/esm2022/lib/consumers/consumer-resume.service.mjs +0 -332
- package/dist/esm2022/lib/consumers/control-media.service.mjs +0 -68
- package/dist/esm2022/lib/consumers/create-send-transport.service.mjs +0 -126
- package/dist/esm2022/lib/consumers/disconnect-send-transport-audio.service.mjs +0 -58
- package/dist/esm2022/lib/consumers/disconnect-send-transport-screen.service.mjs +0 -45
- package/dist/esm2022/lib/consumers/disconnect-send-transport-video.service.mjs +0 -56
- package/dist/esm2022/lib/consumers/disp-streams.service.mjs +0 -421
- package/dist/esm2022/lib/consumers/generate-page-content.service.mjs +0 -59
- package/dist/esm2022/lib/consumers/get-estimate.service.mjs +0 -70
- package/dist/esm2022/lib/consumers/get-piped-producers-alt.service.mjs +0 -49
- package/dist/esm2022/lib/consumers/get-producers-piped.service.mjs +0 -46
- package/dist/esm2022/lib/consumers/get-videos.service.mjs +0 -58
- package/dist/esm2022/lib/consumers/mix-streams.service.mjs +0 -73
- package/dist/esm2022/lib/consumers/on-screen-changes.service.mjs +0 -63
- package/dist/esm2022/lib/consumers/prepopulate-user-media.service.mjs +0 -442
- package/dist/esm2022/lib/consumers/process-consumer-transports-audio.service.mjs +0 -72
- package/dist/esm2022/lib/consumers/process-consumer-transports.service.mjs +0 -91
- package/dist/esm2022/lib/consumers/re-port.service.mjs +0 -66
- package/dist/esm2022/lib/consumers/re-update-inter.service.mjs +0 -157
- package/dist/esm2022/lib/consumers/readjust.service.mjs +0 -123
- package/dist/esm2022/lib/consumers/receive-all-piped-transports.service.mjs +0 -56
- package/dist/esm2022/lib/consumers/receive-room-messages.service.mjs +0 -42
- package/dist/esm2022/lib/consumers/reorder-streams.service.mjs +0 -181
- package/dist/esm2022/lib/consumers/request-screen-share.service.mjs +0 -67
- package/dist/esm2022/lib/consumers/resume-pause-audio-streams.service.mjs +0 -99
- package/dist/esm2022/lib/consumers/resume-pause-streams.service.mjs +0 -70
- package/dist/esm2022/lib/consumers/resume-send-transport-audio.service.mjs +0 -55
- package/dist/esm2022/lib/consumers/signal-new-consumer-transport.service.mjs +0 -136
- package/dist/esm2022/lib/consumers/socket-receive-methods/join-consume-room.service.mjs +0 -63
- package/dist/esm2022/lib/consumers/socket-receive-methods/new-pipe-producer.service.mjs +0 -61
- package/dist/esm2022/lib/consumers/socket-receive-methods/producer-closed.service.mjs +0 -51
- package/dist/esm2022/lib/consumers/start-share-screen.service.mjs +0 -80
- package/dist/esm2022/lib/consumers/stop-share-screen.service.mjs +0 -120
- package/dist/esm2022/lib/consumers/stream-success-audio-switch.service.mjs +0 -132
- package/dist/esm2022/lib/consumers/stream-success-audio.service.mjs +0 -149
- package/dist/esm2022/lib/consumers/stream-success-screen.service.mjs +0 -143
- package/dist/esm2022/lib/consumers/stream-success-video.service.mjs +0 -202
- package/dist/esm2022/lib/consumers/switch-user-audio.service.mjs +0 -87
- package/dist/esm2022/lib/consumers/switch-user-video-alt.service.mjs +0 -228
- package/dist/esm2022/lib/consumers/switch-user-video.service.mjs +0 -125
- package/dist/esm2022/lib/consumers/trigger.service.mjs +0 -172
- package/dist/esm2022/lib/consumers/update-mini-cards-grid.service.mjs +0 -81
- package/dist/esm2022/lib/consumers/update-participant-audio-decibels.service.mjs +0 -39
- package/dist/esm2022/lib/methods/background-methods/launch-background.service.mjs +0 -23
- package/dist/esm2022/lib/methods/breakout-room-methods/breakout-room-updated.service.mjs +0 -112
- package/dist/esm2022/lib/methods/breakout-room-methods/launch-breakout-rooms.service.mjs +0 -22
- package/dist/esm2022/lib/methods/co-host-methods/launch-co-host.service.mjs +0 -22
- package/dist/esm2022/lib/methods/co-host-methods/modify-co-host-settings.service.mjs +0 -60
- package/dist/esm2022/lib/methods/display-settings-methods/launch-display-settings.service.mjs +0 -24
- package/dist/esm2022/lib/methods/display-settings-methods/modify-display-settings.service.mjs +0 -119
- package/dist/esm2022/lib/methods/exit-methods/confirm-exit.service.mjs +0 -28
- package/dist/esm2022/lib/methods/exit-methods/launch-confirm-exit.service.mjs +0 -22
- package/dist/esm2022/lib/methods/media-settings-methods/launch-media-settings.service.mjs +0 -50
- package/dist/esm2022/lib/methods/menu-methods/launch-menu-modal.service.mjs +0 -22
- package/dist/esm2022/lib/methods/message-methods/launch-messages.service.mjs +0 -23
- package/dist/esm2022/lib/methods/message-methods/send-message.service.mjs +0 -94
- package/dist/esm2022/lib/methods/participants-methods/launch-participants.service.mjs +0 -23
- package/dist/esm2022/lib/methods/participants-methods/message-participants.service.mjs +0 -52
- package/dist/esm2022/lib/methods/participants-methods/mute-participants.service.mjs +0 -57
- package/dist/esm2022/lib/methods/participants-methods/remove-participants.service.mjs +0 -62
- package/dist/esm2022/lib/methods/polls-methods/handle-create-poll.service.mjs +0 -37
- package/dist/esm2022/lib/methods/polls-methods/handle-end-poll.service.mjs +0 -40
- package/dist/esm2022/lib/methods/polls-methods/handle-vote-poll.service.mjs +0 -49
- package/dist/esm2022/lib/methods/polls-methods/launch-poll.service.mjs +0 -23
- package/dist/esm2022/lib/methods/polls-methods/poll-updated.service.mjs +0 -64
- package/dist/esm2022/lib/methods/recording-methods/check-pause-state.service.mjs +0 -45
- package/dist/esm2022/lib/methods/recording-methods/check-resume-state.service.mjs +0 -34
- package/dist/esm2022/lib/methods/recording-methods/confirm-recording.service.mjs +0 -215
- package/dist/esm2022/lib/methods/recording-methods/launch-recording.service.mjs +0 -82
- package/dist/esm2022/lib/methods/recording-methods/record-pause-timer.service.mjs +0 -40
- package/dist/esm2022/lib/methods/recording-methods/record-resume-timer.service.mjs +0 -86
- package/dist/esm2022/lib/methods/recording-methods/record-start-timer.service.mjs +0 -89
- package/dist/esm2022/lib/methods/recording-methods/record-update-timer.service.mjs +0 -48
- package/dist/esm2022/lib/methods/recording-methods/start-recording.service.mjs +0 -147
- package/dist/esm2022/lib/methods/recording-methods/stop-recording.service.mjs +0 -74
- package/dist/esm2022/lib/methods/recording-methods/update-recording.service.mjs +0 -224
- package/dist/esm2022/lib/methods/requests-methods/launch-requests.service.mjs +0 -26
- package/dist/esm2022/lib/methods/requests-methods/respond-to-requests.service.mjs +0 -45
- package/dist/esm2022/lib/methods/settings-methods/launch-settings.service.mjs +0 -26
- package/dist/esm2022/lib/methods/settings-methods/modify-settings.service.mjs +0 -67
- package/dist/esm2022/lib/methods/stream-methods/click-audio.service.mjs +0 -178
- package/dist/esm2022/lib/methods/stream-methods/click-chat.service.mjs +0 -44
- package/dist/esm2022/lib/methods/stream-methods/click-screen-share.service.mjs +0 -110
- package/dist/esm2022/lib/methods/stream-methods/click-video.service.mjs +0 -183
- package/dist/esm2022/lib/methods/stream-methods/switch-audio.service.mjs +0 -33
- package/dist/esm2022/lib/methods/stream-methods/switch-video-alt.service.mjs +0 -66
- package/dist/esm2022/lib/methods/stream-methods/switch-video.service.mjs +0 -76
- package/dist/esm2022/lib/methods/utils/format-number.service.mjs +0 -45
- package/dist/esm2022/lib/methods/utils/generate-random-messages.service.mjs +0 -87
- package/dist/esm2022/lib/methods/utils/generate-random-participants.service.mjs +0 -99
- package/dist/esm2022/lib/methods/utils/generate-random-polls.service.mjs +0 -52
- package/dist/esm2022/lib/methods/utils/generate-random-request-list.service.mjs +0 -54
- package/dist/esm2022/lib/methods/utils/generate-random-waiting-room-list.service.mjs +0 -38
- package/dist/esm2022/lib/methods/utils/get-modal-position.util.mjs +0 -22
- package/dist/esm2022/lib/methods/utils/get-overlay-position.util.mjs +0 -21
- package/dist/esm2022/lib/methods/utils/initial-values.util.mjs +0 -379
- package/dist/esm2022/lib/methods/utils/meeting-timer/start-meeting-progress-timer.service.mjs +0 -59
- package/dist/esm2022/lib/methods/utils/mini-audio-player/mini-audio-player.component.mjs +0 -260
- package/dist/esm2022/lib/methods/utils/producer/a-params.service.mjs +0 -21
- package/dist/esm2022/lib/methods/utils/producer/h-params.service.mjs +0 -37
- package/dist/esm2022/lib/methods/utils/producer/screen-params.service.mjs +0 -24
- package/dist/esm2022/lib/methods/utils/producer/v-params.service.mjs +0 -37
- package/dist/esm2022/lib/methods/utils/producer/video-capture-constraints.service.mjs +0 -38
- package/dist/esm2022/lib/methods/utils/sleep.util.mjs +0 -11
- package/dist/esm2022/lib/methods/utils/sound-player.service.mjs +0 -42
- package/dist/esm2022/lib/methods/utils/validate-alphanumeric.service.mjs +0 -33
- package/dist/esm2022/lib/methods/waiting-methods/launch-waiting.service.mjs +0 -23
- package/dist/esm2022/lib/methods/waiting-methods/respond-to-waiting.service.mjs +0 -40
- package/dist/esm2022/lib/methods/whiteboard-methods/capture-canvas-stream.service.mjs +0 -69
- package/dist/esm2022/lib/methods/whiteboard-methods/launch-configure-whiteboard.service.mjs +0 -24
- package/dist/esm2022/lib/producer-client/producer-client-emits/create-device-client.service.mjs +0 -51
- package/dist/esm2022/lib/producer-client/producer-client-emits/join-room-client.service.mjs +0 -65
- package/dist/esm2022/lib/producer-client/producer-client-emits/update-room-parameters-client.service.mjs +0 -232
- package/dist/esm2022/lib/producers/producer-emits/join-con-room.service.mjs +0 -114
- package/dist/esm2022/lib/producers/producer-emits/join-room.service.mjs +0 -114
- package/dist/esm2022/lib/producers/socket-receive-methods/all-members-rest.service.mjs +0 -155
- package/dist/esm2022/lib/producers/socket-receive-methods/all-members.service.mjs +0 -147
- package/dist/esm2022/lib/producers/socket-receive-methods/all-waiting-room-members.service.mjs +0 -30
- package/dist/esm2022/lib/producers/socket-receive-methods/ban-participant.service.mjs +0 -40
- package/dist/esm2022/lib/producers/socket-receive-methods/control-media-host.service.mjs +0 -146
- package/dist/esm2022/lib/producers/socket-receive-methods/disconnect-user-self.service.mjs +0 -26
- package/dist/esm2022/lib/producers/socket-receive-methods/disconnect.service.mjs +0 -38
- package/dist/esm2022/lib/producers/socket-receive-methods/get-domains.service.mjs +0 -63
- package/dist/esm2022/lib/producers/socket-receive-methods/host-request-response.service.mjs +0 -167
- package/dist/esm2022/lib/producers/socket-receive-methods/meeting-ended.service.mjs +0 -44
- package/dist/esm2022/lib/producers/socket-receive-methods/meeting-still-there.service.mjs +0 -24
- package/dist/esm2022/lib/producers/socket-receive-methods/meeting-time-remaining.service.mjs +0 -36
- package/dist/esm2022/lib/producers/socket-receive-methods/participant-requested.service.mjs +0 -32
- package/dist/esm2022/lib/producers/socket-receive-methods/person-joined.service.mjs +0 -29
- package/dist/esm2022/lib/producers/socket-receive-methods/producer-media-closed.service.mjs +0 -68
- package/dist/esm2022/lib/producers/socket-receive-methods/producer-media-paused.service.mjs +0 -90
- package/dist/esm2022/lib/producers/socket-receive-methods/producer-media-resumed.service.mjs +0 -54
- package/dist/esm2022/lib/producers/socket-receive-methods/re-initiate-recording.service.mjs +0 -38
- package/dist/esm2022/lib/producers/socket-receive-methods/receive-message.service.mjs +0 -96
- package/dist/esm2022/lib/producers/socket-receive-methods/recording-notice.service.mjs +0 -195
- package/dist/esm2022/lib/producers/socket-receive-methods/room-record-params.service.mjs +0 -59
- package/dist/esm2022/lib/producers/socket-receive-methods/screen-producer-id.service.mjs +0 -45
- package/dist/esm2022/lib/producers/socket-receive-methods/start-records.service.mjs +0 -35
- package/dist/esm2022/lib/producers/socket-receive-methods/stopped-recording.service.mjs +0 -37
- package/dist/esm2022/lib/producers/socket-receive-methods/time-left-recording.service.mjs +0 -36
- package/dist/esm2022/lib/producers/socket-receive-methods/update-consuming-domains.service.mjs +0 -63
- package/dist/esm2022/lib/producers/socket-receive-methods/update-media-settings.service.mjs +0 -36
- package/dist/esm2022/lib/producers/socket-receive-methods/updated-co-host.service.mjs +0 -56
- package/dist/esm2022/lib/producers/socket-receive-methods/user-waiting.service.mjs +0 -78
- package/dist/esm2022/lib/sockets/socket-manager.service.mjs +0 -73
- package/dist/esm2022/mediasfu-angular.mjs +0 -5
- package/dist/esm2022/public-api.mjs +0 -187
|
@@ -18,6 +18,7 @@ export type { CloseAndResizeOptions, CloseAndResizeType, CloseAndResizeParameter
|
|
|
18
18
|
export type { CompareActiveNamesOptions, CompareActiveNamesType, CompareActiveNamesParameters, } from '../consumers/compare-active-names.service';
|
|
19
19
|
export type { CompareScreenStatesOptions, CompareScreenStatesType, CompareScreenStatesParameters, } from '../consumers/compare-screen-states.service';
|
|
20
20
|
export type { ConnectIpsOptions, ConnectIpsType, ConnectIpsParameters, } from '../consumers/connect-ips.service';
|
|
21
|
+
export type { ConnectLocalIpsOptions, ConnectLocalIpsType, ConnectLocalIpsParameters } from '../consumers/connect-local-ips.service';
|
|
21
22
|
export type { ConnectRecvTransportOptions, ConnectRecvTransportType, ConnectRecvTransportParameters, } from '../consumers/connect-recv-transport.service';
|
|
22
23
|
export type { ConnectSendTransportOptions, ConnectSendTransportType, ConnectSendTransportParameters, } from '../consumers/connect-send-transport.service';
|
|
23
24
|
export type { ConnectSendTransportAudioOptions, ConnectSendTransportAudioType, ConnectSendTransportAudioParameters, } from '../consumers/connect-send-transport-audio.service';
|
|
@@ -131,6 +132,7 @@ export type { JoinRoomClientOptions, JoinRoomClientType, } from '../producer-cli
|
|
|
131
132
|
export type { UpdateRoomParametersClientOptions, UpdateRoomParametersClientType, UpdateRoomParametersClientParameters, } from '../producer-client/producer-client-emits/update-room-parameters-client.service';
|
|
132
133
|
export type { JoinConRoomOptions, JoinConRoomType, } from '../producers/producer-emits/join-con-room.service';
|
|
133
134
|
export type { JoinRoomOptions, JoinRoomType } from '../producers/producer-emits/join-room.service';
|
|
135
|
+
export type { JoinLocalRoomOptions, JoinLocalRoomType } from '../producers/producer-emits/join-local-room.service';
|
|
134
136
|
export type { AllMembersOptions, AllMembersType, AllMembersParameters, } from '../producers/socket-receive-methods/all-members.service';
|
|
135
137
|
export type { AllMembersRestOptions, AllMembersRestType, AllMembersRestParameters, } from '../producers/socket-receive-methods/all-members-rest.service';
|
|
136
138
|
export type { AllWaitingRoomMembersOptions, AllWaitingRoomMembersType, } from '../producers/socket-receive-methods/all-waiting-room-members.service';
|
|
@@ -160,7 +162,7 @@ export type { UpdateConsumingDomainsOptions, UpdateConsumingDomainsType, UpdateC
|
|
|
160
162
|
export type { UpdateMediaSettingsOptions, UpdateMediaSettingsType, } from '../producers/socket-receive-methods/update-media-settings.service';
|
|
161
163
|
export type { UpdatedCoHostOptions, UpdatedCoHostType, } from '../producers/socket-receive-methods/updated-co-host.service';
|
|
162
164
|
export type { UserWaitingOptions, UserWaitingType, } from '../producers/socket-receive-methods/user-waiting.service';
|
|
163
|
-
export type { ConnectSocketOptions, ConnectSocketType, DisconnectSocketType, DisconnectSocketOptions, } from '../sockets/socket-manager.service';
|
|
165
|
+
export type { ConnectSocketOptions, ConnectSocketType, DisconnectSocketType, DisconnectSocketOptions, ConnectLocalSocketOptions, ConnectLocalSocketType, ResponseLocalConnection, ResponseLocalConnectionData } from '../sockets/socket-manager.service';
|
|
164
166
|
export type { BackgroundModalOptions, BackgroundModalType, BackgroundModalParameters, } from '../components/background-components/background-modal/background-modal.component';
|
|
165
167
|
export type { BreakoutRoomsModalOptions, BreakoutRoomsModalType, BreakoutRoomsModalParameters, } from '../components/breakout-components/breakout-rooms-modal.component';
|
|
166
168
|
export type { CoHostModalOptions, CoHostModalType, } from '../components/co-host-components/co-host-modal/co-host-modal.component';
|
|
@@ -206,6 +208,7 @@ export type { WaitingRoomModalOptions, WaitingRoomModalType, WaitingRoomModalPar
|
|
|
206
208
|
export type { ConfigureWhiteboardModalOptions, ConfigureWhiteboardModalType, } from '../components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component';
|
|
207
209
|
export type { WhiteboardOptions, WhiteboardType, WhiteboardParameters, Shape, } from '../components/whiteboard-components/whiteboard/whiteboard.component';
|
|
208
210
|
export type { CustomButton } from '../components/menu-components/custom-buttons/custom-buttons.component';
|
|
211
|
+
export type { CreateJoinRoomType, CreateRoomOnMediaSFUType, CreateJoinRoomResponse, CreateJoinRoomError } from '../methods/utils/join-room-on-media-sfu.service';
|
|
209
212
|
export interface Participant {
|
|
210
213
|
id?: string;
|
|
211
214
|
audioID: string;
|
|
@@ -214,6 +217,7 @@ export interface Participant {
|
|
|
214
217
|
ScreenOn?: boolean;
|
|
215
218
|
islevel?: string;
|
|
216
219
|
isAdmin?: boolean;
|
|
220
|
+
isHost?: boolean;
|
|
217
221
|
name: string;
|
|
218
222
|
muted?: boolean;
|
|
219
223
|
isBanned?: boolean;
|
|
@@ -472,6 +476,20 @@ export interface CreateRoomOptions {
|
|
|
472
476
|
dataBuffer: boolean;
|
|
473
477
|
bufferType: 'images' | 'audio' | 'all';
|
|
474
478
|
}
|
|
479
|
+
export interface ResponseJoinLocalRoom {
|
|
480
|
+
rtpCapabilities?: RtpCapabilities | null;
|
|
481
|
+
isHost: boolean;
|
|
482
|
+
eventStarted: boolean;
|
|
483
|
+
isBanned: boolean;
|
|
484
|
+
hostNotJoined: boolean;
|
|
485
|
+
eventRoomParams: MeetingRoomParams;
|
|
486
|
+
recordingParams: RecordingParams;
|
|
487
|
+
secureCode: string;
|
|
488
|
+
mediasfuURL: string;
|
|
489
|
+
apiKey: string;
|
|
490
|
+
apiUserName: string;
|
|
491
|
+
allowRecord: boolean;
|
|
492
|
+
}
|
|
475
493
|
export interface ResponseJoinRoom {
|
|
476
494
|
rtpCapabilities?: RtpCapabilities | null;
|
|
477
495
|
success: boolean;
|
|
@@ -486,6 +504,9 @@ export interface ResponseJoinRoom {
|
|
|
486
504
|
safeRoomStarted: boolean;
|
|
487
505
|
safeRoomEnded: boolean;
|
|
488
506
|
reason?: string;
|
|
507
|
+
banned?: boolean;
|
|
508
|
+
suspended?: boolean;
|
|
509
|
+
noAdmin?: boolean;
|
|
489
510
|
}
|
|
490
511
|
export interface AllMembersData {
|
|
491
512
|
members: Participant[];
|
package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts
CHANGED
|
@@ -63,6 +63,42 @@ export interface BackgroundModalOptions {
|
|
|
63
63
|
onClose: () => void;
|
|
64
64
|
}
|
|
65
65
|
export type BackgroundModalType = (options: BackgroundModalOptions) => HTMLElement;
|
|
66
|
+
/**
|
|
67
|
+
* BackgroundModal - Component to manage background selection and manipulation in media streams.
|
|
68
|
+
*
|
|
69
|
+
* This component allows users to choose, apply, and manipulate virtual backgrounds for media streams, leveraging MediaPipe’s Selfie Segmentation and MediaSoup functionalities.
|
|
70
|
+
*
|
|
71
|
+
* @component
|
|
72
|
+
* @name BackgroundModal
|
|
73
|
+
* @example
|
|
74
|
+
* ```typescript
|
|
75
|
+
* <app-background-modal
|
|
76
|
+
* [isVisible]="isModalVisible"
|
|
77
|
+
* [parameters]="modalParameters"
|
|
78
|
+
* position="topLeft"
|
|
79
|
+
* backgroundColor="#f5f5f5"
|
|
80
|
+
* (onClose)="handleModalClose()"
|
|
81
|
+
* ></app-background-modal>
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* @param {boolean} isVisible - Visibility state of the modal.
|
|
85
|
+
* @param {BackgroundModalParameters} parameters - Parameters including settings and methods for media and background management.
|
|
86
|
+
* @param {string} position - The position of the modal, e.g., 'topLeft'.
|
|
87
|
+
* @param {string} backgroundColor - Background color of the modal.
|
|
88
|
+
* @param {Function} onClose - Callback function when the modal is closed.
|
|
89
|
+
*
|
|
90
|
+
* @property {faTimes} faTimes - Icon used for closing the modal.
|
|
91
|
+
* @property {string} customImage - Custom image URL for background.
|
|
92
|
+
* @property {string} selectedImage - Selected image URL for background.
|
|
93
|
+
* @property {MediaStream | null} segmentVideo - Media stream for video segmentation.
|
|
94
|
+
* @property {SelfieSegmentation | null} selfieSegmentation - SelfieSegmentation instance.
|
|
95
|
+
* @property {boolean} pauseSegmentation - Pause state for segmentation.
|
|
96
|
+
* @property {MediaStream | null} processedStream - Processed media stream with applied background.
|
|
97
|
+
* @property {boolean} keepBackground - State to keep or reset background.
|
|
98
|
+
*
|
|
99
|
+
* @method
|
|
100
|
+
* ngOnInit - Initializes the modal component by updating properties based on parameters.
|
|
101
|
+
*/
|
|
66
102
|
export declare class BackgroundModal implements OnChanges, OnInit {
|
|
67
103
|
isVisible: boolean;
|
|
68
104
|
parameters: BackgroundModalParameters;
|
|
@@ -6,6 +6,7 @@ export interface BreakoutRoomsModalParameters {
|
|
|
6
6
|
participants: Participant[];
|
|
7
7
|
showAlert?: ShowAlert;
|
|
8
8
|
socket: Socket;
|
|
9
|
+
localSocket?: Socket;
|
|
9
10
|
itemPageLimit: number;
|
|
10
11
|
meetingDisplayType: string;
|
|
11
12
|
prevMeetingDisplayType: string;
|
|
@@ -35,6 +36,56 @@ export interface BreakoutRoomsModalOptions {
|
|
|
35
36
|
backgroundColor?: string;
|
|
36
37
|
onBreakoutRoomsClose: () => void;
|
|
37
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* BreakoutRoomsModal component manages the creation, modification, and assignment of breakout rooms.
|
|
41
|
+
*
|
|
42
|
+
* @selector app-breakout-rooms-modal
|
|
43
|
+
* @inputs
|
|
44
|
+
* - `isVisible` (boolean): Controls the visibility of the breakout rooms modal. Default is false.
|
|
45
|
+
* - `parameters` (BreakoutRoomsModalParameters): Parameters for managing breakout room settings and behavior.
|
|
46
|
+
* - `position` (string): Position of the modal on the screen. Default is 'topRight'.
|
|
47
|
+
* - `backgroundColor` (string): Background color of the modal. Default is '#83c0e9'.
|
|
48
|
+
* - `onBreakoutRoomsClose` (function): Callback function triggered when the modal is closed.
|
|
49
|
+
*
|
|
50
|
+
* @methods
|
|
51
|
+
* - `ngOnInit()`: Lifecycle hook to initialize modal width and breakout rooms.
|
|
52
|
+
* - `ngOnChanges(changes: SimpleChanges)`: Lifecycle hook called when any data-bound input properties change.
|
|
53
|
+
* - `calculateModalWidth()`: Dynamically calculates and sets modal width based on screen width.
|
|
54
|
+
* - `modalContainerStyle()`: Returns style object for modal container.
|
|
55
|
+
* - `modalContentStyle()`: Returns style object for modal content.
|
|
56
|
+
* - `initializeBreakoutRooms()`: Initializes the breakout rooms based on the current participants and parameters.
|
|
57
|
+
* - `handleRandomAssign()`: Randomly assigns participants to breakout rooms.
|
|
58
|
+
* - `handleManualAssign()`: Initializes manual room assignment by setting empty breakout rooms.
|
|
59
|
+
* - `handleAddRoom()`: Adds a new breakout room.
|
|
60
|
+
* - `handleSaveRooms()`: Validates and saves breakout room configurations.
|
|
61
|
+
* - `validateRooms()`: Validates room configurations and participants' uniqueness and quantity.
|
|
62
|
+
* - `checkCanStartBreakout()`: Checks conditions to enable the start of breakout rooms.
|
|
63
|
+
* - `handleStartBreakout()`: Starts the breakout session if conditions are met.
|
|
64
|
+
* - `handleStopBreakout()`: Stops the breakout session and reverts to the initial meeting display type.
|
|
65
|
+
* - `handleEditRoom(roomIndex: number)`: Opens the modal to edit the specified breakout room.
|
|
66
|
+
* - `handleDeleteRoom(roomIndex: number)`: Deletes a breakout room and updates participants' room assignments.
|
|
67
|
+
* - `handleAddParticipant(event)`: Adds a participant to a specified breakout room.
|
|
68
|
+
* - `handleRemoveParticipant(event)`: Removes a participant from a specified breakout room.
|
|
69
|
+
*
|
|
70
|
+
* @dependencies
|
|
71
|
+
* - `CommonModule`: Angular's common directives.
|
|
72
|
+
* - `FormsModule`: Angular's forms module for form handling.
|
|
73
|
+
* - `FontAwesomeModule`: Font Awesome icons for UI elements.
|
|
74
|
+
* - `RoomListComponent`: Component for listing rooms.
|
|
75
|
+
* - `EditRoomModalComponent`: Component for editing room participants.
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* ```html
|
|
79
|
+
* <app-breakout-rooms-modal
|
|
80
|
+
* [isVisible]="isBreakoutRoomsModalVisible"
|
|
81
|
+
* [parameters]="breakoutRoomsParams"
|
|
82
|
+
* [position]="modalPosition"
|
|
83
|
+
* [backgroundColor]="modalBgColor"
|
|
84
|
+
* [onBreakoutRoomsClose]="onCloseBreakoutRooms">
|
|
85
|
+
* </app-breakout-rooms-modal>
|
|
86
|
+
* ```
|
|
87
|
+
*
|
|
88
|
+
**/
|
|
38
89
|
export declare class BreakoutRoomsModal implements OnChanges, OnInit {
|
|
39
90
|
isVisible: boolean;
|
|
40
91
|
parameters: BreakoutRoomsModalParameters;
|
package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts
CHANGED
|
@@ -1,6 +1,54 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { BreakoutParticipant, Participant } from '../../../@types/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* EditRoomModalComponent allows managing participants within a breakout room for an event.
|
|
6
|
+
*
|
|
7
|
+
* @selector app-edit-room-modal
|
|
8
|
+
* @inputs
|
|
9
|
+
* - `editRoomModalVisible` (boolean): Controls the visibility of the edit room modal. Default is false.
|
|
10
|
+
* - `currentRoom` (BreakoutParticipant[]): List of participants currently assigned to the room.
|
|
11
|
+
* - `participantsRef` (Participant[]): Reference list of all participants.
|
|
12
|
+
* - `currentRoomIndex` (number): Index of the room being edited.
|
|
13
|
+
* - `position` (string): Position of the modal on the screen. Default is 'center'.
|
|
14
|
+
* - `backgroundColor` (string): Background color of the modal. Default is '#fff'.
|
|
15
|
+
*
|
|
16
|
+
* @outputs
|
|
17
|
+
* - `setEditRoomModalVisible` (EventEmitter<boolean>): Emits a boolean to toggle the visibility of the modal.
|
|
18
|
+
* - `addParticipant` (EventEmitter<{ roomIndex: number; participant: Participant | BreakoutParticipant; }>): Emits data for adding a participant to the room.
|
|
19
|
+
* - `removeParticipant` (EventEmitter<{ roomIndex: number; participant: Participant | BreakoutParticipant; }>): Emits data for removing a participant from the room.
|
|
20
|
+
*
|
|
21
|
+
* @methods
|
|
22
|
+
* - `ngOnInit()`: Lifecycle hook to initialize modal width and attach resize event listener.
|
|
23
|
+
* - `ngOnDestroy()`: Lifecycle hook to remove the resize event listener.
|
|
24
|
+
* - `calculateModalWidth()`: Dynamically calculates and sets modal width based on screen width.
|
|
25
|
+
* - `modalContainerStyle()`: Returns style object for modal container.
|
|
26
|
+
* - `modalContentStyle()`: Returns style object for modal content.
|
|
27
|
+
* - `handleAddParticipant(roomIndex: number, participant: BreakoutParticipant)`: Emits event to add participant to specified room.
|
|
28
|
+
* - `handleRemoveParticipant(roomIndex: number, participant: BreakoutParticipant)`: Emits event to remove participant from specified room.
|
|
29
|
+
* - `closeModal()`: Closes the modal by emitting a visibility change.
|
|
30
|
+
* - `unassignedParticipants()`: Filters and returns a list of unassigned participants.
|
|
31
|
+
*
|
|
32
|
+
* @dependencies
|
|
33
|
+
* - `CommonModule`: Provides Angular's common directives.
|
|
34
|
+
* - `FontAwesomeModule`: Allows usage of Font Awesome icons.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* ```html
|
|
38
|
+
* <app-edit-room-modal
|
|
39
|
+
* [editRoomModalVisible]="editRoomModalVisible"
|
|
40
|
+
* [currentRoom]="currentRoom"
|
|
41
|
+
* [participantsRef]="participantsRef"
|
|
42
|
+
* [currentRoomIndex]="currentRoomIndex"
|
|
43
|
+
* [position]="position"
|
|
44
|
+
* [backgroundColor]="backgroundColor"
|
|
45
|
+
* (setEditRoomModalVisible)="setEditRoomModalVisible($event)"
|
|
46
|
+
* (addParticipant)="addParticipant($event)"
|
|
47
|
+
* (removeParticipant)="removeParticipant($event)">
|
|
48
|
+
* </app-edit-room-modal>
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
**/
|
|
4
52
|
export declare class EditRoomModalComponent implements OnInit {
|
|
5
53
|
editRoomModalVisible: boolean;
|
|
6
54
|
currentRoom: BreakoutParticipant[];
|
|
@@ -20,6 +20,68 @@ export interface CoHostModalOptions {
|
|
|
20
20
|
onModifyEventSettings?: (settings: ModifyCoHostSettingsOptions) => void;
|
|
21
21
|
}
|
|
22
22
|
export type CoHostModalType = (options: CoHostModalOptions) => HTMLElement;
|
|
23
|
+
/**
|
|
24
|
+
* CoHostModal component allows managing co-host settings for an event.
|
|
25
|
+
*
|
|
26
|
+
* @selector app-co-host-modal
|
|
27
|
+
* @inputs
|
|
28
|
+
* - `isCoHostModalVisible` (boolean): A boolean value that determines whether the modal is visible. Default is false.
|
|
29
|
+
* - `currentCohost` (string): The current co-host for the event. Default is 'No coHost'.
|
|
30
|
+
* - `participants` (Participant[]): An array of participants in the event.
|
|
31
|
+
* - `coHostResponsibility` (CoHostResponsibility[]): An array of co-host responsibilities.
|
|
32
|
+
* - `position` (string): The position of the modal. Default is 'topRight'.
|
|
33
|
+
* - `backgroundColor` (string): The background color of the modal. Default is '#83c0e9'.
|
|
34
|
+
* - `roomName` (string): The name of the room.
|
|
35
|
+
* - `showAlert` (ShowAlert): A function to show alerts.
|
|
36
|
+
*
|
|
37
|
+
* @outputs
|
|
38
|
+
* - `updateCoHostResponsibility` (coHostResponsibility: CoHostResponsibility[]): A function to update co-host responsibilities.
|
|
39
|
+
* - `updateCoHost` (coHost: string): A function to update the co-host.
|
|
40
|
+
* - `updateIsCoHostModalVisible` (isCoHostModalVisible: boolean): A function to update the visibility of the modal.
|
|
41
|
+
* - `socket` (Socket): The socket object.
|
|
42
|
+
*
|
|
43
|
+
* @methods
|
|
44
|
+
* - `ngOnInit()`: Lifecycle hook that is called after the component is initialized. It sets the default value for `onModifyCoHost` if not provided.
|
|
45
|
+
* - `ngOnChanges(changes: SimpleChanges)`: Lifecycle hook that is called when any data-bound property of the component changes. It initializes the responsibilities and calculates the modal width.
|
|
46
|
+
* - `initializeResponsibilities()`: Initializes the responsibilities.
|
|
47
|
+
* - `get filteredParticipants()`: Returns the filtered participants.
|
|
48
|
+
* - `handleToggleSwitch(key: string)`: Handles the toggle switch for the given key.
|
|
49
|
+
* - `handleSave()`: Handles the save action.
|
|
50
|
+
* - `handleClose()`: Handles the close action.
|
|
51
|
+
* - `calculateModalWidth()`: Calculates the modal width.
|
|
52
|
+
* - `modalContainerStyle()`: Returns the modal container style.
|
|
53
|
+
* - `modalContentStyle()`: Returns the modal content style.
|
|
54
|
+
*
|
|
55
|
+
* @dependencies
|
|
56
|
+
* - `CommonModule`: Angular's common module is imported for common directives.
|
|
57
|
+
* - `FontAwesomeModule`: Angular's font awesome module is imported for icons.
|
|
58
|
+
* - `FormsModule`: Angular's forms module is imported for form-related directives.
|
|
59
|
+
* - `ModifyCoHostSettings`: The ModifyCoHostSettings service is used to modify co-host settings.
|
|
60
|
+
*
|
|
61
|
+
* @styles
|
|
62
|
+
* - `.container`: The container style.
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* ```html
|
|
66
|
+
* <app-co-host-modal
|
|
67
|
+
* [isCoHostModalVisible]="isCoHostModalVisible"
|
|
68
|
+
* [currentCohost]="currentCohost"
|
|
69
|
+
* [participants]="participants"
|
|
70
|
+
* [coHostResponsibility]="coHostResponsibility"
|
|
71
|
+
* [position]="position"
|
|
72
|
+
* [backgroundColor]="backgroundColor"
|
|
73
|
+
* [roomName]="roomName"
|
|
74
|
+
* [showAlert]="showAlert"
|
|
75
|
+
* [updateCoHostResponsibility]="updateCoHostResponsibility"
|
|
76
|
+
* [updateCoHost]="updateCoHost"
|
|
77
|
+
* [updateIsCoHostModalVisible]="updateIsCoHostModalVisible"
|
|
78
|
+
* [socket]="socket"
|
|
79
|
+
* [onCoHostClose]="onCoHostClose"
|
|
80
|
+
* [onModifyCoHost]="onModifyCoHost">
|
|
81
|
+
* </app-co-host-modal>
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
**/
|
|
23
85
|
export declare class CoHostModal implements OnChanges, OnInit {
|
|
24
86
|
private modifyCoHostSettingsService;
|
|
25
87
|
isCoHostModalVisible: boolean;
|
package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts
CHANGED
|
@@ -10,31 +10,37 @@ export interface AlertComponentOptions {
|
|
|
10
10
|
}
|
|
11
11
|
export type AlertComponentType = (options: AlertComponentOptions) => HTMLElement;
|
|
12
12
|
/**
|
|
13
|
-
* AlertComponent
|
|
14
|
-
* It
|
|
15
|
-
* to automatically hide after a specified duration.
|
|
13
|
+
* AlertComponent displays an alert message of type 'success' or 'danger' with customizable options.
|
|
14
|
+
* It can automatically hide after a set duration and includes a manual dismiss option.
|
|
16
15
|
*
|
|
17
16
|
* @selector app-alert-component
|
|
18
17
|
* @standalone true
|
|
19
18
|
* @imports CommonModule
|
|
20
|
-
* @templateUrl ./alert.component.html
|
|
21
|
-
* @styleUrls ./alert.component.css
|
|
22
19
|
*
|
|
23
|
-
* @
|
|
24
|
-
*
|
|
20
|
+
* @inputs
|
|
21
|
+
* - `visible` (boolean): Determines if the alert is visible. Default is false.
|
|
22
|
+
* - `message` (string): The message displayed in the alert.
|
|
23
|
+
* - `type` ('success' | 'danger'): Type of alert, either 'success' or 'danger'. Default is 'success'.
|
|
24
|
+
* - `duration` (number): Duration in milliseconds for the alert to remain visible before hiding. Default is 4000 ms.
|
|
25
|
+
* - `textColor` (string): Optional color for alert text. Default is 'black'.
|
|
26
|
+
* - `onHide` (function): Optional callback invoked when the alert is hidden.
|
|
25
27
|
*
|
|
26
|
-
* @
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* @property {number} duration - The duration (in milliseconds) for which the alert is visible before hiding.
|
|
30
|
-
* @property {string} textColor - The color of the text in the alert.
|
|
31
|
-
* @property {() => void} onHide - A callback function that is called when the alert is hidden.
|
|
28
|
+
* @methods
|
|
29
|
+
* - `ngOnChanges(changes: SimpleChanges)`: Lifecycle hook invoked on input changes; initiates auto-hide based on duration if `visible` is true.
|
|
30
|
+
* - `handlePress()`: Manually hides the alert by invoking the `onHide` callback.
|
|
32
31
|
*
|
|
33
|
-
* @
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
|
|
32
|
+
* @example
|
|
33
|
+
* ```html
|
|
34
|
+
* <app-alert-component
|
|
35
|
+
* [visible]="showAlert"
|
|
36
|
+
* [message]="alertMessage"
|
|
37
|
+
* [type]="alertType"
|
|
38
|
+
* [duration]="5000"
|
|
39
|
+
* [textColor]="alertTextColor"
|
|
40
|
+
* [onHide]="onAlertHide">
|
|
41
|
+
* </app-alert-component>
|
|
42
|
+
* ```
|
|
43
|
+
**/
|
|
38
44
|
export declare class AlertComponent implements OnChanges {
|
|
39
45
|
visible: boolean;
|
|
40
46
|
message: string;
|
|
@@ -37,6 +37,65 @@ export interface AudioCardOptions {
|
|
|
37
37
|
parameters: AudioCardParameters;
|
|
38
38
|
}
|
|
39
39
|
export type AudioCardType = (options: AudioCardOptions) => HTMLElement;
|
|
40
|
+
/**
|
|
41
|
+
* AudioCard component renders an audio card for participants with customizable options and media controls.
|
|
42
|
+
* It shows audio waveform animations, video/audio toggle buttons, and additional info based on injected or passed properties.
|
|
43
|
+
*
|
|
44
|
+
* @selector app-audio-card
|
|
45
|
+
* @standalone true
|
|
46
|
+
* @imports CommonModule, FontAwesomeModule, MiniCard
|
|
47
|
+
*
|
|
48
|
+
* @inputs
|
|
49
|
+
* - `controlUserMedia` (function): Optional function to control media actions for a participant.
|
|
50
|
+
* - `customStyle` (Partial<CSSStyleDeclaration>): Custom CSS styles for the audio card.
|
|
51
|
+
* - `name` (string): Name of the participant.
|
|
52
|
+
* - `barColor` (string): Color for the audio bar. Default is 'red'.
|
|
53
|
+
* - `textColor` (string): Text color. Default is 'white'.
|
|
54
|
+
* - `imageSource` (string): Image source URL for participant.
|
|
55
|
+
* - `roundedImage` (boolean): Toggle for rounded image style.
|
|
56
|
+
* - `imageStyle` (Partial<CSSStyleDeclaration>): Custom styles for the image.
|
|
57
|
+
* - `showControls` (boolean): Toggle for displaying media controls. Default is true.
|
|
58
|
+
* - `showInfo` (boolean): Toggle for displaying info section. Default is true.
|
|
59
|
+
* - `videoInfoComponent` (HTMLElement | CustomComponent): Custom component for participant info.
|
|
60
|
+
* - `videoControlsComponent` (HTMLElement | CustomComponent): Custom component for video controls.
|
|
61
|
+
* - `controlsPosition` (ControlsPosition): Position for controls on the card. Default is 'topLeft'.
|
|
62
|
+
* - `infoPosition` (InfoPosition): Position for the info section. Default is 'topRight'.
|
|
63
|
+
* - `participant` (Participant | null): Participant object reference.
|
|
64
|
+
* - `backgroundColor` (string): Background color for the card.
|
|
65
|
+
* - `audioDecibels` (AudioDecibels): Optional audio decibel levels for the participant.
|
|
66
|
+
* - `parameters` (AudioCardParameters): Required object with configuration parameters.
|
|
67
|
+
*
|
|
68
|
+
* @methods
|
|
69
|
+
* - `ngOnInit()`: Initializes the component, sets default media control behavior, and activates audio waveform animations.
|
|
70
|
+
* - `ngOnDestroy()`: Clears the animation interval.
|
|
71
|
+
* - `animateBar(index: number)`: Animates the audio bar at a specified index.
|
|
72
|
+
* - `animateWaveform()`: Triggers animations across the waveform bars.
|
|
73
|
+
* - `resetWaveform()`: Resets waveform animations to default.
|
|
74
|
+
* - `getAnimationDuration(index: number)`: Retrieves the animation duration for a bar by index.
|
|
75
|
+
* - `toggleAudio()`: Toggles audio for the participant if media control function is defined.
|
|
76
|
+
* - `toggleVideo()`: Toggles video for the participant if media control function is defined.
|
|
77
|
+
* - `renderControls()`: Returns `showControls` to render or hide media controls.
|
|
78
|
+
* - `combineStyles(baseStyle: any, additionalStyles: any)`: Combines base and additional styles for inline styling.
|
|
79
|
+
* - `getOverlayPosition(position: string)`: Retrieves calculated overlay position for elements.
|
|
80
|
+
* - `isCustomComponent(comp: HTMLElement | CustomComponent)`: Type guard for identifying custom components.
|
|
81
|
+
* - `isFunctionComponent(comp: HTMLElement | CustomComponent)`: Type guard for identifying function components.
|
|
82
|
+
*
|
|
83
|
+
* @example
|
|
84
|
+
* ```html
|
|
85
|
+
* <app-audio-card
|
|
86
|
+
* [controlUserMedia]="controlMediaFunction"
|
|
87
|
+
* [name]="participantName"
|
|
88
|
+
* [barColor]="'blue'"
|
|
89
|
+
* [textColor]="'black'"
|
|
90
|
+
* [imageSource]="participantImageURL"
|
|
91
|
+
* [roundedImage]="true"
|
|
92
|
+
* [showControls]="true"
|
|
93
|
+
* [participant]="participant"
|
|
94
|
+
* [parameters]="audioCardParameters">
|
|
95
|
+
* </app-audio-card>
|
|
96
|
+
* ```
|
|
97
|
+
*
|
|
98
|
+
**/
|
|
40
99
|
export declare class AudioCard implements OnInit, OnDestroy {
|
|
41
100
|
private ngZone;
|
|
42
101
|
private controlMediaService;
|
|
@@ -7,6 +7,26 @@ export interface AudioGridOptions {
|
|
|
7
7
|
}[];
|
|
8
8
|
}
|
|
9
9
|
export type AudioGridType = (options: AudioGridOptions) => HTMLElement;
|
|
10
|
+
/**
|
|
11
|
+
* AudioGrid component renders a dynamic grid of components with individually provided inputs.
|
|
12
|
+
*
|
|
13
|
+
* @selector app-audio-grid
|
|
14
|
+
* @standalone true
|
|
15
|
+
* @imports CommonModule
|
|
16
|
+
*
|
|
17
|
+
* @inputs
|
|
18
|
+
* - `componentsToRender` ({ component: any; inputs?: any }[]): Array of components with optional inputs to render in the grid.
|
|
19
|
+
*
|
|
20
|
+
* @methods
|
|
21
|
+
* - `ngOnChanges(changes: SimpleChanges)`: Clears the injector cache on changes to `componentsToRender`.
|
|
22
|
+
* - `createInjector(inputs: any)`: Creates and caches an injector with specific inputs for each component.
|
|
23
|
+
* - `clearInjectorCache()`: Clears the cache to avoid memory leaks and ensure updated injectors.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```html
|
|
27
|
+
* <app-audio-grid [componentsToRender]="[{ component: AudioCard, inputs: { name: 'Participant 1' } }]"></app-audio-grid>
|
|
28
|
+
* ```
|
|
29
|
+
**/
|
|
10
30
|
export declare class AudioGrid implements OnChanges {
|
|
11
31
|
private injector;
|
|
12
32
|
componentsToRender: {
|
package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts
CHANGED
|
@@ -10,6 +10,41 @@ export interface CardVideoDisplayOptions {
|
|
|
10
10
|
doMirror?: boolean;
|
|
11
11
|
}
|
|
12
12
|
export type CardVideoDisplayType = (options: CardVideoDisplayOptions) => HTMLElement;
|
|
13
|
+
/**
|
|
14
|
+
* CardVideoDisplay component displays a video stream with options for full display, mirroring, and background color customization.
|
|
15
|
+
*
|
|
16
|
+
* @selector app-card-video-display
|
|
17
|
+
* @standalone true
|
|
18
|
+
* @imports CommonModule
|
|
19
|
+
*
|
|
20
|
+
* @inputs
|
|
21
|
+
* - `remoteProducerId` (string): Identifier for the remote producer.
|
|
22
|
+
* - `eventType` (EventType): Type of event, such as 'webinar'. Default is 'webinar'.
|
|
23
|
+
* - `forceFullDisplay` (boolean): Forces full video display if true. Default is false.
|
|
24
|
+
* - `videoStream` (MediaStream | null): The media stream to display in the video element.
|
|
25
|
+
* - `backgroundColor` (string): Background color for the video container. Default is 'transparent'.
|
|
26
|
+
* - `doMirror` (boolean): Mirrors the video if true. Default is false.
|
|
27
|
+
*
|
|
28
|
+
* @methods
|
|
29
|
+
* - `ngOnInit()`: Initializes the video stream and sets the container style on component load.
|
|
30
|
+
* - `ngOnChanges(changes: SimpleChanges)`: Updates the video stream or container style when inputs change.
|
|
31
|
+
* - `updateVideoStream()`: Assigns the video stream to the video element if it differs from the current stream.
|
|
32
|
+
* - `setVideoContainerStyle()`: Sets the style of the video container based on the provided background color.
|
|
33
|
+
* - `getBaseVideoContainerStyle()`: Returns base styles for the video container.
|
|
34
|
+
* - `getVideoStyle()`: Returns styles for the video element, including optional mirroring and sizing.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* ```html
|
|
38
|
+
* <app-card-video-display
|
|
39
|
+
* [remoteProducerId]="producerId"
|
|
40
|
+
* [eventType]="'conference'"
|
|
41
|
+
* [forceFullDisplay]="true"
|
|
42
|
+
* [videoStream]="stream"
|
|
43
|
+
* [backgroundColor]="'black'"
|
|
44
|
+
* [doMirror]="true">
|
|
45
|
+
* </app-card-video-display>
|
|
46
|
+
* ```
|
|
47
|
+
**/
|
|
13
48
|
export declare class CardVideoDisplay implements OnInit, OnChanges {
|
|
14
49
|
remoteProducerId: string;
|
|
15
50
|
eventType: EventType;
|
|
@@ -33,6 +33,44 @@ export interface ControlButtonsAltComponentOptions {
|
|
|
33
33
|
showAspect?: boolean;
|
|
34
34
|
}
|
|
35
35
|
export type ControlButtonsAltComponentType = (options: ControlButtonsAltComponentOptions) => HTMLElement;
|
|
36
|
+
/**
|
|
37
|
+
* ControlButtonsAltComponent provides configurable button controls with custom icons, colors, and positioning options.
|
|
38
|
+
*
|
|
39
|
+
* @selector app-control-buttons-alt-component
|
|
40
|
+
* @standalone true
|
|
41
|
+
* @imports CommonModule, FontAwesomeModule
|
|
42
|
+
*
|
|
43
|
+
* @inputs
|
|
44
|
+
* - `buttons` (AltButton[]): Array of button configurations with options for icon, color, state, and actions.
|
|
45
|
+
* - `position` ('left' | 'right' | 'middle'): Horizontal alignment of buttons. Default is 'left'.
|
|
46
|
+
* - `location` ('top' | 'bottom' | 'center'): Vertical alignment of buttons. Default is 'top'.
|
|
47
|
+
* - `direction` ('horizontal' | 'vertical'): Layout direction for buttons. Default is 'horizontal'.
|
|
48
|
+
* - `buttonsContainerStyle` (Partial<CSSStyleDeclaration>): Custom styles for the container of buttons.
|
|
49
|
+
* - `showAspect` (boolean): Controls the visibility of the button container. Default is false.
|
|
50
|
+
*
|
|
51
|
+
* @methods
|
|
52
|
+
* - `getAlignmentStyle()`: Returns alignment styles based on `position`, `location`, and `direction`.
|
|
53
|
+
* - `getContainerStyle()`: Combines container styles, alignment styles, and visibility settings.
|
|
54
|
+
* - `getButtonStyle(button: AltButton)`: Applies style to each button based on its properties.
|
|
55
|
+
* - `getTextStyle(button: AltButton)`: Sets text styles for button labels.
|
|
56
|
+
* - `isCustomComponent(comp)`: Type guard to identify custom component objects.
|
|
57
|
+
* - `isFunctionComponent(comp)`: Type guard to identify function components.
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* ```html
|
|
61
|
+
* <app-control-buttons-alt-component
|
|
62
|
+
* [buttons]="[
|
|
63
|
+
* { name: 'Pause', icon: faPause, onPress: pauseAction, activeColor: 'blue' },
|
|
64
|
+
* { name: 'Play', icon: faPlay, onPress: playAction, color: 'green' }
|
|
65
|
+
* ]"
|
|
66
|
+
* [position]="'middle'"
|
|
67
|
+
* [location]="'bottom'"
|
|
68
|
+
* [direction]="'vertical'"
|
|
69
|
+
* [buttonsContainerStyle]="{ backgroundColor: '#333' }"
|
|
70
|
+
* [showAspect]="true">
|
|
71
|
+
* </app-control-buttons-alt-component>
|
|
72
|
+
* ```
|
|
73
|
+
**/
|
|
36
74
|
export declare class ControlButtonsAltComponent {
|
|
37
75
|
buttons: AltButton[];
|
|
38
76
|
position: 'left' | 'right' | 'middle';
|
|
@@ -33,57 +33,41 @@ export interface ControlButtonsComponentTouchOptions {
|
|
|
33
33
|
}
|
|
34
34
|
export type ControlButtonsComponentTouchType = (options: ControlButtonsComponentTouchOptions) => HTMLElement;
|
|
35
35
|
/**
|
|
36
|
-
* ControlButtonsComponentTouch
|
|
37
|
-
* The buttons can be customized with various styles, icons, and actions.
|
|
36
|
+
* ControlButtonsComponentTouch provides customizable touch controls with various icons, colors, and alignment options.
|
|
38
37
|
*
|
|
39
|
-
* @component
|
|
40
38
|
* @selector app-control-buttons-component-touch
|
|
41
39
|
* @standalone true
|
|
42
|
-
* @imports
|
|
40
|
+
* @imports CommonModule, FontAwesomeModule
|
|
43
41
|
*
|
|
44
|
-
* @
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
42
|
+
* @inputs
|
|
43
|
+
* - `buttons` (ButtonTouch[]): Array of button configurations with properties for icon, color, action, and visibility.
|
|
44
|
+
* - `position` ('left' | 'right' | 'middle'): Horizontal alignment of the buttons container. Default is 'left'.
|
|
45
|
+
* - `location` ('top' | 'bottom' | 'center'): Vertical alignment of the buttons container. Default is 'top'.
|
|
46
|
+
* - `direction` ('horizontal' | 'vertical'): Layout direction of buttons. Default is 'horizontal'.
|
|
47
|
+
* - `buttonsContainerStyle` (Partial<CSSStyleDeclaration>): Custom styles for the buttons container.
|
|
48
|
+
* - `showAspect` (boolean): Controls the visibility of the buttons container. Default is false.
|
|
48
49
|
*
|
|
49
|
-
* @
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
* @property {any[]} buttons - An array of button configurations. Each button can have properties like
|
|
55
|
-
* `show`, `backgroundColor`, `onPress`, `icon`, `alternateIcon`, `active`, `activeColor`, `inActiveColor`,
|
|
56
|
-
* `customComponent`, and `name`.
|
|
57
|
-
*
|
|
58
|
-
* @property {string} position - The horizontal alignment of the buttons container. Can be 'left', 'right', or 'middle'.
|
|
59
|
-
* Default is 'left'.
|
|
60
|
-
*
|
|
61
|
-
* @property {string} location - The vertical alignment of the buttons container. Can be 'top', 'bottom', or 'center'.
|
|
62
|
-
* Default is 'top'.
|
|
63
|
-
*
|
|
64
|
-
* @property {string} direction - The direction of the buttons layout. Can be 'horizontal' or 'vertical'.
|
|
65
|
-
* Default is 'horizontal'.
|
|
66
|
-
*
|
|
67
|
-
* @property {any} buttonsContainerStyle - Additional styles for the buttons container.
|
|
68
|
-
*
|
|
69
|
-
* @property {boolean} showAspect - A flag to control the visibility of the buttons container.
|
|
70
|
-
*
|
|
71
|
-
* @method getAlignmentStyle
|
|
72
|
-
* Returns the alignment styles based on the `position`, `location`, and `direction` inputs.
|
|
73
|
-
*
|
|
74
|
-
* @method mergeStyles
|
|
75
|
-
* Merges multiple style objects into one.
|
|
50
|
+
* @methods
|
|
51
|
+
* - `getAlignmentStyle()`: Returns alignment styles based on `position`, `location`, and `direction` inputs.
|
|
52
|
+
* - `mergeStyles(...styles: any[])`: Merges multiple style objects into one for flexible styling.
|
|
53
|
+
* - `isCustomComponent(comp)`: Type guard for identifying custom component objects.
|
|
54
|
+
* - `isFunctionComponent(comp)`: Type guard for identifying function components.
|
|
76
55
|
*
|
|
77
56
|
* @example
|
|
57
|
+
* ```html
|
|
78
58
|
* <app-control-buttons-component-touch
|
|
79
|
-
* [buttons]="
|
|
59
|
+
* [buttons]="[
|
|
60
|
+
* { name: 'Mute', icon: faMicrophoneSlash, onPress: muteAction, activeColor: 'red' },
|
|
61
|
+
* { name: 'Unmute', icon: faMicrophone, onPress: unmuteAction, activeColor: 'green' }
|
|
62
|
+
* ]"
|
|
80
63
|
* position="right"
|
|
81
64
|
* location="bottom"
|
|
82
65
|
* direction="vertical"
|
|
83
|
-
* [buttonsContainerStyle]="
|
|
84
|
-
* [showAspect]="true"
|
|
85
|
-
*
|
|
86
|
-
|
|
66
|
+
* [buttonsContainerStyle]="{ backgroundColor: '#333' }"
|
|
67
|
+
* [showAspect]="true"
|
|
68
|
+
* ></app-control-buttons-component-touch>
|
|
69
|
+
* ```
|
|
70
|
+
**/
|
|
87
71
|
export declare class ControlButtonsComponentTouch {
|
|
88
72
|
buttons: ButtonTouch[];
|
|
89
73
|
position: string;
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* MenuParticipantsWidget displays an icon and a counter for participants in a compact, customizable widget.
|
|
5
|
+
*
|
|
6
|
+
* @selector app-menu-participants-widget
|
|
7
|
+
* @standalone true
|
|
8
|
+
* @imports CommonModule, FontAwesomeModule
|
|
9
|
+
*
|
|
10
|
+
* @inputs
|
|
11
|
+
* - `icon` (IconDefinition): The FontAwesome icon to display.
|
|
12
|
+
* - `iconColor` (string): The color of the icon. Default is 'black'.
|
|
13
|
+
* - `participantsCounter` (number): The number of participants displayed next to the icon.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```html
|
|
17
|
+
* <app-menu-participants-widget
|
|
18
|
+
* [icon]="faUsers"
|
|
19
|
+
* iconColor="blue"
|
|
20
|
+
* [participantsCounter]="10"
|
|
21
|
+
* ></app-menu-participants-widget>
|
|
22
|
+
* ```
|
|
23
|
+
**/
|
|
3
24
|
export declare class MenuParticipantsWidget {
|
|
4
25
|
icon: IconDefinition;
|
|
5
26
|
iconColor: string;
|