@signalwire/js 3.29.2 → 4.0.0-dev-20260220205014
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/dist/base-A5AZTrAd.d.cts +23 -0
- package/dist/base-A5AZTrAd.d.cts.map +1 -0
- package/dist/base-aVtoG8Wk.d.mts +23 -0
- package/dist/base-aVtoG8Wk.d.mts.map +1 -0
- package/dist/browser.mjs +16625 -0
- package/dist/browser.mjs.map +1 -0
- package/dist/browser.umd.js +16646 -0
- package/dist/browser.umd.js.map +1 -0
- package/dist/index.cjs +6210 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +2690 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +2690 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +6194 -0
- package/dist/index.mjs.map +1 -0
- package/dist/operators/index.cjs +6 -0
- package/dist/operators/index.d.cts +109 -0
- package/dist/operators/index.d.cts.map +1 -0
- package/dist/operators/index.d.mts +109 -0
- package/dist/operators/index.d.mts.map +1 -0
- package/dist/operators/index.mjs +3 -0
- package/dist/operators-BHQMSEzq.mjs +371 -0
- package/dist/operators-BHQMSEzq.mjs.map +1 -0
- package/dist/operators-DT4UB24-.cjs +596 -0
- package/dist/operators-DT4UB24-.cjs.map +1 -0
- package/package.json +73 -37
- package/README.md +0 -40
- package/dist/core/src/BaseClient.d.ts +0 -19
- package/dist/core/src/BaseClient.d.ts.map +0 -1
- package/dist/core/src/BaseComponent.d.ts +0 -101
- package/dist/core/src/BaseComponent.d.ts.map +0 -1
- package/dist/core/src/BaseComponent.test.d.ts +0 -2
- package/dist/core/src/BaseComponent.test.d.ts.map +0 -1
- package/dist/core/src/BaseConsumer.d.ts +0 -18
- package/dist/core/src/BaseConsumer.d.ts.map +0 -1
- package/dist/core/src/BaseConsumer.test.d.ts +0 -2
- package/dist/core/src/BaseConsumer.test.d.ts.map +0 -1
- package/dist/core/src/BaseJWTSession.d.ts +0 -47
- package/dist/core/src/BaseJWTSession.d.ts.map +0 -1
- package/dist/core/src/BaseJWTSession.test.d.ts +0 -2
- package/dist/core/src/BaseJWTSession.test.d.ts.map +0 -1
- package/dist/core/src/BaseSession.d.ts +0 -117
- package/dist/core/src/BaseSession.d.ts.map +0 -1
- package/dist/core/src/BaseSession.test.d.ts +0 -2
- package/dist/core/src/BaseSession.test.d.ts.map +0 -1
- package/dist/core/src/CustomErrors.d.ts +0 -17
- package/dist/core/src/CustomErrors.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/RPCConnect.d.ts +0 -42
- package/dist/core/src/RPCMessages/RPCConnect.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/RPCDisconnect.d.ts +0 -8
- package/dist/core/src/RPCMessages/RPCDisconnect.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/RPCEventAck.d.ts +0 -8
- package/dist/core/src/RPCMessages/RPCEventAck.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/RPCExecute.d.ts +0 -16
- package/dist/core/src/RPCMessages/RPCExecute.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/RPCPing.d.ts +0 -16
- package/dist/core/src/RPCMessages/RPCPing.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/RPCReauthenticate.d.ts +0 -13
- package/dist/core/src/RPCMessages/RPCReauthenticate.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/VertoMessages.d.ts +0 -84
- package/dist/core/src/RPCMessages/VertoMessages.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/helpers.d.ts +0 -31
- package/dist/core/src/RPCMessages/helpers.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/index.d.ts +0 -9
- package/dist/core/src/RPCMessages/index.d.ts.map +0 -1
- package/dist/core/src/RPCMessages/index.test.d.ts +0 -2
- package/dist/core/src/RPCMessages/index.test.d.ts.map +0 -1
- package/dist/core/src/chat/BaseChat.d.ts +0 -23
- package/dist/core/src/chat/BaseChat.d.ts.map +0 -1
- package/dist/core/src/chat/ChatMember.d.ts +0 -15
- package/dist/core/src/chat/ChatMember.d.ts.map +0 -1
- package/dist/core/src/chat/ChatMessage.d.ts +0 -10
- package/dist/core/src/chat/ChatMessage.d.ts.map +0 -1
- package/dist/core/src/chat/applyCommonMethods.d.ts +0 -22
- package/dist/core/src/chat/applyCommonMethods.d.ts.map +0 -1
- package/dist/core/src/chat/index.d.ts +0 -6
- package/dist/core/src/chat/index.d.ts.map +0 -1
- package/dist/core/src/chat/methods.d.ts +0 -31
- package/dist/core/src/chat/methods.d.ts.map +0 -1
- package/dist/core/src/chat/utils/index.d.ts +0 -3
- package/dist/core/src/chat/utils/index.d.ts.map +0 -1
- package/dist/core/src/chat/utils/toInternalChatChannels.d.ts +0 -3
- package/dist/core/src/chat/utils/toInternalChatChannels.d.ts.map +0 -1
- package/dist/core/src/chat/utils/toInternalChatChannels.test.d.ts +0 -2
- package/dist/core/src/chat/utils/toInternalChatChannels.test.d.ts.map +0 -1
- package/dist/core/src/chat/workers/chatWorker.d.ts +0 -4
- package/dist/core/src/chat/workers/chatWorker.d.ts.map +0 -1
- package/dist/core/src/chat/workers/index.d.ts +0 -2
- package/dist/core/src/chat/workers/index.d.ts.map +0 -1
- package/dist/core/src/index.d.ts +0 -45
- package/dist/core/src/index.d.ts.map +0 -1
- package/dist/core/src/index.test.d.ts +0 -1
- package/dist/core/src/index.test.d.ts.map +0 -1
- package/dist/core/src/memberPosition/index.d.ts +0 -2
- package/dist/core/src/memberPosition/index.d.ts.map +0 -1
- package/dist/core/src/memberPosition/workers.d.ts +0 -13
- package/dist/core/src/memberPosition/workers.d.ts.map +0 -1
- package/dist/core/src/memberPosition/workers.test.d.ts +0 -2
- package/dist/core/src/memberPosition/workers.test.d.ts.map +0 -1
- package/dist/core/src/pubSub/BasePubSub.d.ts +0 -43
- package/dist/core/src/pubSub/BasePubSub.d.ts.map +0 -1
- package/dist/core/src/pubSub/PubSubMessage.d.ts +0 -19
- package/dist/core/src/pubSub/PubSubMessage.d.ts.map +0 -1
- package/dist/core/src/pubSub/index.d.ts +0 -3
- package/dist/core/src/pubSub/index.d.ts.map +0 -1
- package/dist/core/src/pubSub/workers/index.d.ts +0 -2
- package/dist/core/src/pubSub/workers/index.d.ts.map +0 -1
- package/dist/core/src/pubSub/workers/pubSubWorker.d.ts +0 -4
- package/dist/core/src/pubSub/workers/pubSubWorker.d.ts.map +0 -1
- package/dist/core/src/redux/actions.d.ts +0 -25
- package/dist/core/src/redux/actions.d.ts.map +0 -1
- package/dist/core/src/redux/connect.d.ts +0 -23
- package/dist/core/src/redux/connect.d.ts.map +0 -1
- package/dist/core/src/redux/connect.test.d.ts +0 -2
- package/dist/core/src/redux/connect.test.d.ts.map +0 -1
- package/dist/core/src/redux/features/component/componentSaga.d.ts +0 -4
- package/dist/core/src/redux/features/component/componentSaga.d.ts.map +0 -1
- package/dist/core/src/redux/features/component/componentSaga.test.d.ts +0 -2
- package/dist/core/src/redux/features/component/componentSaga.test.d.ts.map +0 -1
- package/dist/core/src/redux/features/component/componentSelectors.d.ts +0 -7
- package/dist/core/src/redux/features/component/componentSelectors.d.ts.map +0 -1
- package/dist/core/src/redux/features/component/componentSelectors.test.d.ts +0 -2
- package/dist/core/src/redux/features/component/componentSelectors.test.d.ts.map +0 -1
- package/dist/core/src/redux/features/component/componentSlice.d.ts +0 -2319
- package/dist/core/src/redux/features/component/componentSlice.d.ts.map +0 -1
- package/dist/core/src/redux/features/component/componentSlice.test.d.ts +0 -2
- package/dist/core/src/redux/features/component/componentSlice.test.d.ts.map +0 -1
- package/dist/core/src/redux/features/index.d.ts +0 -3
- package/dist/core/src/redux/features/index.d.ts.map +0 -1
- package/dist/core/src/redux/features/session/sessionSaga.d.ts +0 -11
- package/dist/core/src/redux/features/session/sessionSaga.d.ts.map +0 -1
- package/dist/core/src/redux/features/session/sessionSelectors.d.ts +0 -9
- package/dist/core/src/redux/features/session/sessionSelectors.d.ts.map +0 -1
- package/dist/core/src/redux/features/session/sessionSlice.d.ts +0 -521
- package/dist/core/src/redux/features/session/sessionSlice.d.ts.map +0 -1
- package/dist/core/src/redux/features/session/sessionSlice.test.d.ts +0 -2
- package/dist/core/src/redux/features/session/sessionSlice.test.d.ts.map +0 -1
- package/dist/core/src/redux/index.d.ts +0 -31
- package/dist/core/src/redux/index.d.ts.map +0 -1
- package/dist/core/src/redux/interfaces.d.ts +0 -87
- package/dist/core/src/redux/interfaces.d.ts.map +0 -1
- package/dist/core/src/redux/rootReducer.d.ts +0 -457
- package/dist/core/src/redux/rootReducer.d.ts.map +0 -1
- package/dist/core/src/redux/rootSaga.d.ts +0 -40
- package/dist/core/src/redux/rootSaga.d.ts.map +0 -1
- package/dist/core/src/redux/rootSaga.test.d.ts +0 -2
- package/dist/core/src/redux/rootSaga.test.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/configureStore.d.ts +0 -77
- package/dist/core/src/redux/toolkit/configureStore.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/createAction.d.ts +0 -180
- package/dist/core/src/redux/toolkit/createAction.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/createReducer.d.ts +0 -42
- package/dist/core/src/redux/toolkit/createReducer.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/createSlice.d.ts +0 -142
- package/dist/core/src/redux/toolkit/createSlice.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/devtoolsExtension.d.ts +0 -185
- package/dist/core/src/redux/toolkit/devtoolsExtension.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/getDefaultMiddleware.d.ts +0 -12
- package/dist/core/src/redux/toolkit/getDefaultMiddleware.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/index.d.ts +0 -13
- package/dist/core/src/redux/toolkit/index.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/isPlainObject.d.ts +0 -12
- package/dist/core/src/redux/toolkit/isPlainObject.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/mapBuilders.d.ts +0 -38
- package/dist/core/src/redux/toolkit/mapBuilders.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/tsHelpers.d.ts +0 -51
- package/dist/core/src/redux/toolkit/tsHelpers.d.ts.map +0 -1
- package/dist/core/src/redux/toolkit/utils.d.ts +0 -11
- package/dist/core/src/redux/toolkit/utils.d.ts.map +0 -1
- package/dist/core/src/redux/utils/createDestroyableSlice.d.ts +0 -9
- package/dist/core/src/redux/utils/createDestroyableSlice.d.ts.map +0 -1
- package/dist/core/src/redux/utils/createDestroyableSlice.test.d.ts +0 -2
- package/dist/core/src/redux/utils/createDestroyableSlice.test.d.ts.map +0 -1
- package/dist/core/src/redux/utils/sagaHelpers.d.ts +0 -5
- package/dist/core/src/redux/utils/sagaHelpers.d.ts.map +0 -1
- package/dist/core/src/redux/utils/useInstanceMap.d.ts +0 -3
- package/dist/core/src/redux/utils/useInstanceMap.d.ts.map +0 -1
- package/dist/core/src/redux/utils/useSession.d.ts +0 -16
- package/dist/core/src/redux/utils/useSession.d.ts.map +0 -1
- package/dist/core/src/rooms/RoomSessionPlayback.d.ts +0 -40
- package/dist/core/src/rooms/RoomSessionPlayback.d.ts.map +0 -1
- package/dist/core/src/rooms/RoomSessionPlayback.test.d.ts +0 -2
- package/dist/core/src/rooms/RoomSessionPlayback.test.d.ts.map +0 -1
- package/dist/core/src/rooms/RoomSessionRecording.d.ts +0 -30
- package/dist/core/src/rooms/RoomSessionRecording.d.ts.map +0 -1
- package/dist/core/src/rooms/RoomSessionRecording.test.d.ts +0 -2
- package/dist/core/src/rooms/RoomSessionRecording.test.d.ts.map +0 -1
- package/dist/core/src/rooms/RoomSessionStream.d.ts +0 -29
- package/dist/core/src/rooms/RoomSessionStream.d.ts.map +0 -1
- package/dist/core/src/rooms/RoomSessionStream.test.d.ts +0 -2
- package/dist/core/src/rooms/RoomSessionStream.test.d.ts.map +0 -1
- package/dist/core/src/rooms/index.d.ts +0 -11
- package/dist/core/src/rooms/index.d.ts.map +0 -1
- package/dist/core/src/rooms/methods.d.ts +0 -179
- package/dist/core/src/rooms/methods.d.ts.map +0 -1
- package/dist/core/src/rooms/methods.test.d.ts +0 -2
- package/dist/core/src/rooms/methods.test.d.ts.map +0 -1
- package/dist/core/src/setupTests.d.ts +0 -1
- package/dist/core/src/setupTests.d.ts.map +0 -1
- package/dist/core/src/testUtils.d.ts +0 -54
- package/dist/core/src/testUtils.d.ts.map +0 -1
- package/dist/core/src/types/cantina.d.ts +0 -82
- package/dist/core/src/types/cantina.d.ts.map +0 -1
- package/dist/core/src/types/chat.d.ts +0 -270
- package/dist/core/src/types/chat.d.ts.map +0 -1
- package/dist/core/src/types/common.d.ts +0 -34
- package/dist/core/src/types/common.d.ts.map +0 -1
- package/dist/core/src/types/conversation.d.ts +0 -33
- package/dist/core/src/types/conversation.d.ts.map +0 -1
- package/dist/core/src/types/fabric.d.ts +0 -15
- package/dist/core/src/types/fabric.d.ts.map +0 -1
- package/dist/core/src/types/fabricLayout.d.ts +0 -25
- package/dist/core/src/types/fabricLayout.d.ts.map +0 -1
- package/dist/core/src/types/fabricMember.d.ts +0 -148
- package/dist/core/src/types/fabricMember.d.ts.map +0 -1
- package/dist/core/src/types/fabricRoomSession.d.ts +0 -631
- package/dist/core/src/types/fabricRoomSession.d.ts.map +0 -1
- package/dist/core/src/types/index.d.ts +0 -276
- package/dist/core/src/types/index.d.ts.map +0 -1
- package/dist/core/src/types/messaging.d.ts +0 -90
- package/dist/core/src/types/messaging.d.ts.map +0 -1
- package/dist/core/src/types/pubSub.d.ts +0 -123
- package/dist/core/src/types/pubSub.d.ts.map +0 -1
- package/dist/core/src/types/task.d.ts +0 -36
- package/dist/core/src/types/task.d.ts.map +0 -1
- package/dist/core/src/types/utils.d.ts +0 -71
- package/dist/core/src/types/utils.d.ts.map +0 -1
- package/dist/core/src/types/video.d.ts +0 -62
- package/dist/core/src/types/video.d.ts.map +0 -1
- package/dist/core/src/types/videoLayout.d.ts +0 -75
- package/dist/core/src/types/videoLayout.d.ts.map +0 -1
- package/dist/core/src/types/videoMember.d.ts +0 -384
- package/dist/core/src/types/videoMember.d.ts.map +0 -1
- package/dist/core/src/types/videoPlayback.d.ts +0 -123
- package/dist/core/src/types/videoPlayback.d.ts.map +0 -1
- package/dist/core/src/types/videoRecording.d.ts +0 -114
- package/dist/core/src/types/videoRecording.d.ts.map +0 -1
- package/dist/core/src/types/videoRoomDevice.d.ts +0 -23
- package/dist/core/src/types/videoRoomDevice.d.ts.map +0 -1
- package/dist/core/src/types/videoRoomSession.d.ts +0 -921
- package/dist/core/src/types/videoRoomSession.d.ts.map +0 -1
- package/dist/core/src/types/videoStream.d.ts +0 -104
- package/dist/core/src/types/videoStream.d.ts.map +0 -1
- package/dist/core/src/types/voice.d.ts +0 -15
- package/dist/core/src/types/voice.d.ts.map +0 -1
- package/dist/core/src/types/voiceCall.d.ts +0 -253
- package/dist/core/src/types/voiceCall.d.ts.map +0 -1
- package/dist/core/src/types/voiceCollect.d.ts +0 -166
- package/dist/core/src/types/voiceCollect.d.ts.map +0 -1
- package/dist/core/src/types/voiceConnect.d.ts +0 -77
- package/dist/core/src/types/voiceConnect.d.ts.map +0 -1
- package/dist/core/src/types/voiceDetect.d.ts +0 -127
- package/dist/core/src/types/voiceDetect.d.ts.map +0 -1
- package/dist/core/src/types/voicePlayback.d.ts +0 -141
- package/dist/core/src/types/voicePlayback.d.ts.map +0 -1
- package/dist/core/src/types/voicePrompt.d.ts +0 -105
- package/dist/core/src/types/voicePrompt.d.ts.map +0 -1
- package/dist/core/src/types/voiceRecording.d.ts +0 -107
- package/dist/core/src/types/voiceRecording.d.ts.map +0 -1
- package/dist/core/src/types/voiceSendDigits.d.ts +0 -21
- package/dist/core/src/types/voiceSendDigits.d.ts.map +0 -1
- package/dist/core/src/types/voiceTap.d.ts +0 -116
- package/dist/core/src/types/voiceTap.d.ts.map +0 -1
- package/dist/core/src/utils/EventEmitter.d.ts +0 -9
- package/dist/core/src/utils/EventEmitter.d.ts.map +0 -1
- package/dist/core/src/utils/EventEmitter.test.d.ts +0 -2
- package/dist/core/src/utils/EventEmitter.test.d.ts.map +0 -1
- package/dist/core/src/utils/SWCloseEvent.d.ts +0 -18
- package/dist/core/src/utils/SWCloseEvent.d.ts.map +0 -1
- package/dist/core/src/utils/asyncRetry.d.ts +0 -18
- package/dist/core/src/utils/asyncRetry.d.ts.map +0 -1
- package/dist/core/src/utils/asyncRetry.test.d.ts +0 -2
- package/dist/core/src/utils/asyncRetry.test.d.ts.map +0 -1
- package/dist/core/src/utils/common.d.ts +0 -9
- package/dist/core/src/utils/common.d.ts.map +0 -1
- package/dist/core/src/utils/constants.d.ts +0 -44
- package/dist/core/src/utils/constants.d.ts.map +0 -1
- package/dist/core/src/utils/debounce.d.ts +0 -8
- package/dist/core/src/utils/debounce.d.ts.map +0 -1
- package/dist/core/src/utils/eventUtils.d.ts +0 -2
- package/dist/core/src/utils/eventUtils.d.ts.map +0 -1
- package/dist/core/src/utils/extendComponent.d.ts +0 -4
- package/dist/core/src/utils/extendComponent.d.ts.map +0 -1
- package/dist/core/src/utils/extendComponent.test.d.ts +0 -2
- package/dist/core/src/utils/extendComponent.test.d.ts.map +0 -1
- package/dist/core/src/utils/index.d.ts +0 -47
- package/dist/core/src/utils/index.d.ts.map +0 -1
- package/dist/core/src/utils/index.test.d.ts +0 -2
- package/dist/core/src/utils/index.test.d.ts.map +0 -1
- package/dist/core/src/utils/interfaces.d.ts +0 -296
- package/dist/core/src/utils/interfaces.d.ts.map +0 -1
- package/dist/core/src/utils/logger.d.ts +0 -6
- package/dist/core/src/utils/logger.d.ts.map +0 -1
- package/dist/core/src/utils/logger.test.d.ts +0 -2
- package/dist/core/src/utils/logger.test.d.ts.map +0 -1
- package/dist/core/src/utils/parseRPCResponse.d.ts +0 -10
- package/dist/core/src/utils/parseRPCResponse.d.ts.map +0 -1
- package/dist/core/src/utils/parseRPCResponse.test.d.ts +0 -2
- package/dist/core/src/utils/parseRPCResponse.test.d.ts.map +0 -1
- package/dist/core/src/utils/storage/index.d.ts +0 -11
- package/dist/core/src/utils/storage/index.d.ts.map +0 -1
- package/dist/core/src/utils/storage/index.native.d.ts +0 -11
- package/dist/core/src/utils/storage/index.native.d.ts.map +0 -1
- package/dist/core/src/utils/toExternalJSON.d.ts +0 -34
- package/dist/core/src/utils/toExternalJSON.d.ts.map +0 -1
- package/dist/core/src/utils/toExternalJSON.test.d.ts +0 -2
- package/dist/core/src/utils/toExternalJSON.test.d.ts.map +0 -1
- package/dist/core/src/utils/toInternalAction.d.ts +0 -7
- package/dist/core/src/utils/toInternalAction.d.ts.map +0 -1
- package/dist/core/src/utils/toInternalAction.test.d.ts +0 -2
- package/dist/core/src/utils/toInternalAction.test.d.ts.map +0 -1
- package/dist/core/src/utils/toInternalEventName.d.ts +0 -8
- package/dist/core/src/utils/toInternalEventName.d.ts.map +0 -1
- package/dist/core/src/utils/toInternalEventName.test.d.ts +0 -2
- package/dist/core/src/utils/toInternalEventName.test.d.ts.map +0 -1
- package/dist/core/src/utils/toSnakeCaseKeys.d.ts +0 -7
- package/dist/core/src/utils/toSnakeCaseKeys.d.ts.map +0 -1
- package/dist/core/src/utils/toSnakeCaseKeys.test.d.ts +0 -2
- package/dist/core/src/utils/toSnakeCaseKeys.test.d.ts.map +0 -1
- package/dist/core/src/workers/executeActionWorker.d.ts +0 -7
- package/dist/core/src/workers/executeActionWorker.d.ts.map +0 -1
- package/dist/core/src/workers/index.d.ts +0 -2
- package/dist/core/src/workers/index.d.ts.map +0 -1
- package/dist/index.esm.js +0 -4673
- package/dist/index.esm.js.map +0 -7
- package/dist/index.js +0 -4655
- package/dist/index.js.map +0 -7
- package/dist/index.umd.js +0 -31
- package/dist/index.umd.js.map +0 -1
- package/dist/js/src/BaseRoomSession.d.ts +0 -52
- package/dist/js/src/BaseRoomSession.d.ts.map +0 -1
- package/dist/js/src/Client.d.ts +0 -38
- package/dist/js/src/Client.d.ts.map +0 -1
- package/dist/js/src/JWTSession.d.ts +0 -31
- package/dist/js/src/JWTSession.d.ts.map +0 -1
- package/dist/js/src/RoomSessionDevice.d.ts +0 -30
- package/dist/js/src/RoomSessionDevice.d.ts.map +0 -1
- package/dist/js/src/RoomSessionScreenShare.d.ts +0 -26
- package/dist/js/src/RoomSessionScreenShare.d.ts.map +0 -1
- package/dist/js/src/VideoOverlays.d.ts +0 -42
- package/dist/js/src/VideoOverlays.d.ts.map +0 -1
- package/dist/js/src/buildVideoElement.d.ts +0 -18
- package/dist/js/src/buildVideoElement.d.ts.map +0 -1
- package/dist/js/src/cantina/VideoManager.d.ts +0 -16
- package/dist/js/src/cantina/VideoManager.d.ts.map +0 -1
- package/dist/js/src/cantina/index.d.ts +0 -2
- package/dist/js/src/cantina/index.d.ts.map +0 -1
- package/dist/js/src/cantina/workers/index.d.ts +0 -2
- package/dist/js/src/cantina/workers/index.d.ts.map +0 -1
- package/dist/js/src/cantina/workers/videoManagerRoomWorker.d.ts +0 -4
- package/dist/js/src/cantina/workers/videoManagerRoomWorker.d.ts.map +0 -1
- package/dist/js/src/cantina/workers/videoManagerRoomsWorker.d.ts +0 -4
- package/dist/js/src/cantina/workers/videoManagerRoomsWorker.d.ts.map +0 -1
- package/dist/js/src/cantina/workers/videoManagerWorker.d.ts +0 -7
- package/dist/js/src/cantina/workers/videoManagerWorker.d.ts.map +0 -1
- package/dist/js/src/chat/Client.d.ts +0 -46
- package/dist/js/src/chat/Client.d.ts.map +0 -1
- package/dist/js/src/chat/index.d.ts +0 -5
- package/dist/js/src/chat/index.d.ts.map +0 -1
- package/dist/js/src/createClient.d.ts +0 -26
- package/dist/js/src/createClient.d.ts.map +0 -1
- package/dist/js/src/createRoomObject.d.ts +0 -38
- package/dist/js/src/createRoomObject.d.ts.map +0 -1
- package/dist/js/src/fabric/FabricRoomSession.d.ts +0 -80
- package/dist/js/src/fabric/FabricRoomSession.d.ts.map +0 -1
- package/dist/js/src/fabric/FabricRoomSessionMember.d.ts +0 -46
- package/dist/js/src/fabric/FabricRoomSessionMember.d.ts.map +0 -1
- package/dist/js/src/fabric/HTTPClient.d.ts +0 -16
- package/dist/js/src/fabric/HTTPClient.d.ts.map +0 -1
- package/dist/js/src/fabric/IncomingCallManager.d.ts +0 -19
- package/dist/js/src/fabric/IncomingCallManager.d.ts.map +0 -1
- package/dist/js/src/fabric/SATSession.d.ts +0 -25
- package/dist/js/src/fabric/SATSession.d.ts.map +0 -1
- package/dist/js/src/fabric/SignalWire.d.ts +0 -3
- package/dist/js/src/fabric/SignalWire.d.ts.map +0 -1
- package/dist/js/src/fabric/WSClient.d.ts +0 -33
- package/dist/js/src/fabric/WSClient.d.ts.map +0 -1
- package/dist/js/src/fabric/createHttpClient.d.ts +0 -22
- package/dist/js/src/fabric/createHttpClient.d.ts.map +0 -1
- package/dist/js/src/fabric/createWSClient.d.ts +0 -38
- package/dist/js/src/fabric/createWSClient.d.ts.map +0 -1
- package/dist/js/src/fabric/index.d.ts +0 -15
- package/dist/js/src/fabric/index.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/address.d.ts +0 -37
- package/dist/js/src/fabric/interfaces/address.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/capabilities.d.ts +0 -29
- package/dist/js/src/fabric/interfaces/capabilities.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/conversation.d.ts +0 -105
- package/dist/js/src/fabric/interfaces/conversation.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/device.d.ts +0 -18
- package/dist/js/src/fabric/interfaces/device.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/httpClient.d.ts +0 -41
- package/dist/js/src/fabric/interfaces/httpClient.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/incomingCallManager.d.ts +0 -30
- package/dist/js/src/fabric/interfaces/incomingCallManager.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/index.d.ts +0 -71
- package/dist/js/src/fabric/interfaces/index.d.ts.map +0 -1
- package/dist/js/src/fabric/interfaces/wsClient.d.ts +0 -132
- package/dist/js/src/fabric/interfaces/wsClient.d.ts.map +0 -1
- package/dist/js/src/fabric/utils/capabilitiesHelpers.d.ts +0 -28
- package/dist/js/src/fabric/utils/capabilitiesHelpers.d.ts.map +0 -1
- package/dist/js/src/fabric/utils/constants.d.ts +0 -5
- package/dist/js/src/fabric/utils/constants.d.ts.map +0 -1
- package/dist/js/src/fabric/utils/eventMappers.d.ts +0 -151
- package/dist/js/src/fabric/utils/eventMappers.d.ts.map +0 -1
- package/dist/js/src/fabric/utils/typeGuard.d.ts +0 -6
- package/dist/js/src/fabric/utils/typeGuard.d.ts.map +0 -1
- package/dist/js/src/fabric/utils/validationProxy.d.ts +0 -13
- package/dist/js/src/fabric/utils/validationProxy.d.ts.map +0 -1
- package/dist/js/src/fabric/utils/validators.d.ts +0 -20
- package/dist/js/src/fabric/utils/validators.d.ts.map +0 -1
- package/dist/js/src/fabric/workers/callJoinWorker.d.ts +0 -4
- package/dist/js/src/fabric/workers/callJoinWorker.d.ts.map +0 -1
- package/dist/js/src/fabric/workers/callLeftWorker.d.ts +0 -4
- package/dist/js/src/fabric/workers/callLeftWorker.d.ts.map +0 -1
- package/dist/js/src/fabric/workers/callSegmentWorker.d.ts +0 -4
- package/dist/js/src/fabric/workers/callSegmentWorker.d.ts.map +0 -1
- package/dist/js/src/fabric/workers/fabricMemberWorker.d.ts +0 -4
- package/dist/js/src/fabric/workers/fabricMemberWorker.d.ts.map +0 -1
- package/dist/js/src/fabric/workers/fabricWorker.d.ts +0 -7
- package/dist/js/src/fabric/workers/fabricWorker.d.ts.map +0 -1
- package/dist/js/src/fabric/workers/index.d.ts +0 -3
- package/dist/js/src/fabric/workers/index.d.ts.map +0 -1
- package/dist/js/src/fabric/workers/wsClientWorker.d.ts +0 -4
- package/dist/js/src/fabric/workers/wsClientWorker.d.ts.map +0 -1
- package/dist/js/src/features/actions.d.ts +0 -2
- package/dist/js/src/features/actions.d.ts.map +0 -1
- package/dist/js/src/features/mediaElements/mediaElementsSagas.d.ts +0 -7
- package/dist/js/src/features/mediaElements/mediaElementsSagas.d.ts.map +0 -1
- package/dist/js/src/index.d.ts +0 -87
- package/dist/js/src/index.d.ts.map +0 -1
- package/dist/js/src/joinRoom.d.ts +0 -24
- package/dist/js/src/joinRoom.d.ts.map +0 -1
- package/dist/js/src/pubSub/Client.d.ts +0 -46
- package/dist/js/src/pubSub/Client.d.ts.map +0 -1
- package/dist/js/src/pubSub/index.d.ts +0 -6
- package/dist/js/src/pubSub/index.d.ts.map +0 -1
- package/dist/js/src/setupTests.d.ts +0 -2
- package/dist/js/src/setupTests.d.ts.map +0 -1
- package/dist/js/src/testUtils.d.ts +0 -77
- package/dist/js/src/testUtils.d.ts.map +0 -1
- package/dist/js/src/utils/CloseEvent.d.ts +0 -7
- package/dist/js/src/utils/CloseEvent.d.ts.map +0 -1
- package/dist/js/src/utils/audioElement.d.ts +0 -6
- package/dist/js/src/utils/audioElement.d.ts.map +0 -1
- package/dist/js/src/utils/constants.d.ts +0 -2
- package/dist/js/src/utils/constants.d.ts.map +0 -1
- package/dist/js/src/utils/interfaces/base.d.ts +0 -55
- package/dist/js/src/utils/interfaces/base.d.ts.map +0 -1
- package/dist/js/src/utils/interfaces/fabric.d.ts +0 -71
- package/dist/js/src/utils/interfaces/fabric.d.ts.map +0 -1
- package/dist/js/src/utils/interfaces/index.d.ts +0 -4
- package/dist/js/src/utils/interfaces/index.d.ts.map +0 -1
- package/dist/js/src/utils/interfaces/video.d.ts +0 -307
- package/dist/js/src/utils/interfaces/video.d.ts.map +0 -1
- package/dist/js/src/utils/makeQueryParamsUrl.d.ts +0 -9
- package/dist/js/src/utils/makeQueryParamsUrl.d.ts.map +0 -1
- package/dist/js/src/utils/paginatedResult.d.ts +0 -12
- package/dist/js/src/utils/paginatedResult.d.ts.map +0 -1
- package/dist/js/src/utils/roomSession.d.ts +0 -26
- package/dist/js/src/utils/roomSession.d.ts.map +0 -1
- package/dist/js/src/utils/storage.d.ts +0 -10
- package/dist/js/src/utils/storage.d.ts.map +0 -1
- package/dist/js/src/utils/videoElement.d.ts +0 -35
- package/dist/js/src/utils/videoElement.d.ts.map +0 -1
- package/dist/js/src/video/RoomSession.d.ts +0 -38
- package/dist/js/src/video/RoomSession.d.ts.map +0 -1
- package/dist/js/src/video/VideoRoomSession.d.ts +0 -57
- package/dist/js/src/video/VideoRoomSession.d.ts.map +0 -1
- package/dist/js/src/video/index.d.ts +0 -16
- package/dist/js/src/video/index.d.ts.map +0 -1
- package/dist/js/src/video/workers/childMemberJoinedWorker.d.ts +0 -10
- package/dist/js/src/video/workers/childMemberJoinedWorker.d.ts.map +0 -1
- package/dist/js/src/video/workers/index.d.ts +0 -7
- package/dist/js/src/video/workers/index.d.ts.map +0 -1
- package/dist/js/src/video/workers/memberListUpdatedWorker.d.ts +0 -14
- package/dist/js/src/video/workers/memberListUpdatedWorker.d.ts.map +0 -1
- package/dist/js/src/video/workers/videoPlaybackWorker.d.ts +0 -4
- package/dist/js/src/video/workers/videoPlaybackWorker.d.ts.map +0 -1
- package/dist/js/src/video/workers/videoRecordWorker.d.ts +0 -4
- package/dist/js/src/video/workers/videoRecordWorker.d.ts.map +0 -1
- package/dist/js/src/video/workers/videoStreamWorker.d.ts +0 -4
- package/dist/js/src/video/workers/videoStreamWorker.d.ts.map +0 -1
- package/dist/js/src/video/workers/videoWorker.d.ts +0 -7
- package/dist/js/src/video/workers/videoWorker.d.ts.map +0 -1
- package/dist/js/src/webrtc.d.ts +0 -3
- package/dist/js/src/webrtc.d.ts.map +0 -1
- package/dist/js/tsconfig.build.tsbuildinfo +0 -1
- package/dist/webrtc/src/BaseConnection.d.ts +0 -232
- package/dist/webrtc/src/BaseConnection.d.ts.map +0 -1
- package/dist/webrtc/src/RTCPeer.d.ts +0 -134
- package/dist/webrtc/src/RTCPeer.d.ts.map +0 -1
- package/dist/webrtc/src/RTCPeer.test.d.ts +0 -2
- package/dist/webrtc/src/RTCPeer.test.d.ts.map +0 -1
- package/dist/webrtc/src/RTCPeerConnectionManager.d.ts +0 -63
- package/dist/webrtc/src/RTCPeerConnectionManager.d.ts.map +0 -1
- package/dist/webrtc/src/RTCPeerConnectionManager.test.d.ts +0 -2
- package/dist/webrtc/src/RTCPeerConnectionManager.test.d.ts.map +0 -1
- package/dist/webrtc/src/connectionPoolManager.d.ts +0 -14
- package/dist/webrtc/src/connectionPoolManager.d.ts.map +0 -1
- package/dist/webrtc/src/index.d.ts +0 -7
- package/dist/webrtc/src/index.d.ts.map +0 -1
- package/dist/webrtc/src/index.test.d.ts +0 -1
- package/dist/webrtc/src/index.test.d.ts.map +0 -1
- package/dist/webrtc/src/setupTests.d.ts +0 -2
- package/dist/webrtc/src/setupTests.d.ts.map +0 -1
- package/dist/webrtc/src/utils/constants.d.ts +0 -7
- package/dist/webrtc/src/utils/constants.d.ts.map +0 -1
- package/dist/webrtc/src/utils/deviceHelpers.d.ts +0 -319
- package/dist/webrtc/src/utils/deviceHelpers.d.ts.map +0 -1
- package/dist/webrtc/src/utils/deviceHelpers.test.d.ts +0 -2
- package/dist/webrtc/src/utils/deviceHelpers.test.d.ts.map +0 -1
- package/dist/webrtc/src/utils/enumerateDevices.d.ts +0 -25
- package/dist/webrtc/src/utils/enumerateDevices.d.ts.map +0 -1
- package/dist/webrtc/src/utils/getDisplayMedia.d.ts +0 -17
- package/dist/webrtc/src/utils/getDisplayMedia.d.ts.map +0 -1
- package/dist/webrtc/src/utils/getUserMedia.d.ts +0 -35
- package/dist/webrtc/src/utils/getUserMedia.d.ts.map +0 -1
- package/dist/webrtc/src/utils/helpers.d.ts +0 -18
- package/dist/webrtc/src/utils/helpers.d.ts.map +0 -1
- package/dist/webrtc/src/utils/helpers.test.d.ts +0 -2
- package/dist/webrtc/src/utils/helpers.test.d.ts.map +0 -1
- package/dist/webrtc/src/utils/index.d.ts +0 -8
- package/dist/webrtc/src/utils/index.d.ts.map +0 -1
- package/dist/webrtc/src/utils/interfaces.d.ts +0 -139
- package/dist/webrtc/src/utils/interfaces.d.ts.map +0 -1
- package/dist/webrtc/src/utils/mockTracks.d.ts +0 -26
- package/dist/webrtc/src/utils/mockTracks.d.ts.map +0 -1
- package/dist/webrtc/src/utils/permissions.d.ts +0 -48
- package/dist/webrtc/src/utils/permissions.d.ts.map +0 -1
- package/dist/webrtc/src/utils/primitives.d.ts +0 -54
- package/dist/webrtc/src/utils/primitives.d.ts.map +0 -1
- package/dist/webrtc/src/utils/primitives.native.d.ts +0 -36
- package/dist/webrtc/src/utils/primitives.native.d.ts.map +0 -1
- package/dist/webrtc/src/utils/requestPermissions.d.ts +0 -27
- package/dist/webrtc/src/utils/requestPermissions.d.ts.map +0 -1
- package/dist/webrtc/src/utils/sdpHelpers.d.ts +0 -61
- package/dist/webrtc/src/utils/sdpHelpers.d.ts.map +0 -1
- package/dist/webrtc/src/utils/sdpHelpers.test.d.ts +0 -2
- package/dist/webrtc/src/utils/sdpHelpers.test.d.ts.map +0 -1
- package/dist/webrtc/src/utils/watchRTCPeerMediaPackets.d.ts +0 -7
- package/dist/webrtc/src/utils/watchRTCPeerMediaPackets.d.ts.map +0 -1
- package/dist/webrtc/src/utils/webrtcHelpers.test.d.ts +0 -2
- package/dist/webrtc/src/utils/webrtcHelpers.test.d.ts.map +0 -1
- package/dist/webrtc/src/webrtcMocks.d.ts +0 -110
- package/dist/webrtc/src/webrtcMocks.d.ts.map +0 -1
- package/dist/webrtc/src/workers/connectionPoolWorker.d.ts +0 -7
- package/dist/webrtc/src/workers/connectionPoolWorker.d.ts.map +0 -1
- package/dist/webrtc/src/workers/index.d.ts +0 -7
- package/dist/webrtc/src/workers/index.d.ts.map +0 -1
- package/dist/webrtc/src/workers/promoteDemoteWorker.d.ts +0 -10
- package/dist/webrtc/src/workers/promoteDemoteWorker.d.ts.map +0 -1
- package/dist/webrtc/src/workers/roomSubscribedWorker.d.ts +0 -10
- package/dist/webrtc/src/workers/roomSubscribedWorker.d.ts.map +0 -1
- package/dist/webrtc/src/workers/sessionAuthWorker.d.ts +0 -10
- package/dist/webrtc/src/workers/sessionAuthWorker.d.ts.map +0 -1
- package/dist/webrtc/src/workers/sessionConnectionPoolWorker.d.ts +0 -7
- package/dist/webrtc/src/workers/sessionConnectionPoolWorker.d.ts.map +0 -1
- package/dist/webrtc/src/workers/vertoEventWorker.d.ts +0 -10
- package/dist/webrtc/src/workers/vertoEventWorker.d.ts.map +0 -1
- package/dist/webrtc/src/workers/vertoEventWorker.test.d.ts +0 -2
- package/dist/webrtc/src/workers/vertoEventWorker.test.d.ts.map +0 -1
- package/src/BaseRoomSession.ts +0 -302
- package/src/Client.ts +0 -193
- package/src/JWTSession.test.ts +0 -60
- package/src/JWTSession.ts +0 -146
- package/src/RoomSessionDevice.test.ts +0 -25
- package/src/RoomSessionDevice.ts +0 -62
- package/src/RoomSessionScreenShare.test.ts +0 -25
- package/src/RoomSessionScreenShare.ts +0 -58
- package/src/VideoOverlays.ts +0 -171
- package/src/buildVideoElement.test.ts +0 -933
- package/src/buildVideoElement.ts +0 -290
- package/src/cantina/VideoManager.test.ts +0 -95
- package/src/cantina/VideoManager.ts +0 -72
- package/src/cantina/index.ts +0 -1
- package/src/cantina/workers/index.ts +0 -1
- package/src/cantina/workers/videoManagerRoomWorker.ts +0 -28
- package/src/cantina/workers/videoManagerRoomsWorker.ts +0 -34
- package/src/cantina/workers/videoManagerWorker.ts +0 -64
- package/src/chat/Client.test.ts +0 -688
- package/src/chat/Client.ts +0 -94
- package/src/chat/index.ts +0 -31
- package/src/createClient.test.ts +0 -124
- package/src/createClient.ts +0 -48
- package/src/createRoomObject.ts +0 -149
- package/src/fabric/FabricRoomSession.test.ts +0 -695
- package/src/fabric/FabricRoomSession.ts +0 -446
- package/src/fabric/FabricRoomSessionMember.ts +0 -188
- package/src/fabric/HTTPClient.test.ts +0 -28
- package/src/fabric/HTTPClient.ts +0 -154
- package/src/fabric/IncomingCallManager.test.ts +0 -295
- package/src/fabric/IncomingCallManager.ts +0 -92
- package/src/fabric/SATSession.test.ts +0 -65
- package/src/fabric/SATSession.ts +0 -102
- package/src/fabric/SignalWire.test.ts +0 -115
- package/src/fabric/SignalWire.ts +0 -101
- package/src/fabric/WSClient.ts +0 -430
- package/src/fabric/createHttpClient.ts +0 -188
- package/src/fabric/createWSClient.ts +0 -12
- package/src/fabric/index.ts +0 -30
- package/src/fabric/interfaces/address.ts +0 -46
- package/src/fabric/interfaces/capabilities.ts +0 -30
- package/src/fabric/interfaces/conversation.ts +0 -145
- package/src/fabric/interfaces/device.ts +0 -21
- package/src/fabric/interfaces/httpClient.ts +0 -50
- package/src/fabric/interfaces/incomingCallManager.ts +0 -36
- package/src/fabric/interfaces/index.ts +0 -118
- package/src/fabric/interfaces/wsClient.ts +0 -154
- package/src/fabric/utils/capabilitiesHelpers.test.ts +0 -201
- package/src/fabric/utils/capabilitiesHelpers.ts +0 -208
- package/src/fabric/utils/constants.ts +0 -4
- package/src/fabric/utils/eventMappers.ts +0 -184
- package/src/fabric/utils/typeGuard.ts +0 -31
- package/src/fabric/utils/validationProxy.ts +0 -83
- package/src/fabric/utils/validators.ts +0 -242
- package/src/fabric/workers/callJoinWorker.ts +0 -88
- package/src/fabric/workers/callLeftWorker.ts +0 -32
- package/src/fabric/workers/callSegmentWorker.ts +0 -154
- package/src/fabric/workers/fabricMemberWorker.ts +0 -62
- package/src/fabric/workers/fabricWorker.ts +0 -100
- package/src/fabric/workers/index.ts +0 -2
- package/src/fabric/workers/wsClientWorker.ts +0 -60
- package/src/features/actions.ts +0 -5
- package/src/features/mediaElements/mediaElementsSagas.ts +0 -129
- package/src/index.test.ts +0 -5
- package/src/index.ts +0 -153
- package/src/joinRoom.ts +0 -29
- package/src/pubSub/Client.test.ts +0 -245
- package/src/pubSub/Client.ts +0 -90
- package/src/pubSub/index.ts +0 -10
- package/src/setupTests.ts +0 -122
- package/src/testUtils.ts +0 -259
- package/src/utils/CloseEvent.ts +0 -6
- package/src/utils/audioElement.ts +0 -21
- package/src/utils/constants.ts +0 -7
- package/src/utils/interfaces/base.ts +0 -55
- package/src/utils/interfaces/fabric.ts +0 -156
- package/src/utils/interfaces/index.ts +0 -3
- package/src/utils/interfaces/video.ts +0 -440
- package/src/utils/makeQueryParamsUrl.ts +0 -14
- package/src/utils/paginatedResult.ts +0 -35
- package/src/utils/roomSession.test.ts +0 -140
- package/src/utils/roomSession.ts +0 -85
- package/src/utils/storage.test.ts +0 -24
- package/src/utils/storage.ts +0 -37
- package/src/utils/videoElement.ts +0 -342
- package/src/video/RoomSession.test.ts +0 -31
- package/src/video/RoomSession.ts +0 -290
- package/src/video/VideoRoomSession.test.ts +0 -672
- package/src/video/VideoRoomSession.ts +0 -304
- package/src/video/index.ts +0 -43
- package/src/video/workers/childMemberJoinedWorker.test.ts +0 -99
- package/src/video/workers/childMemberJoinedWorker.ts +0 -75
- package/src/video/workers/index.ts +0 -6
- package/src/video/workers/memberListUpdatedWorker.ts +0 -217
- package/src/video/workers/videoPlaybackWorker.ts +0 -54
- package/src/video/workers/videoRecordWorker.ts +0 -54
- package/src/video/workers/videoStreamWorker.ts +0 -48
- package/src/video/workers/videoWorker.ts +0 -113
- package/src/webrtc.ts +0 -33
|
@@ -1,631 +0,0 @@
|
|
|
1
|
-
import { CamelToSnakeCase, EntityUpdated, OnlyFunctionProperties, OnlyStateProperties, InternalFabricMemberEntity, MemberCommandParams, Rooms, MemberCommandWithVolumeParams, MemberCommandWithValueParams, SwEvent, CallState, CallPlay, CallConnect, AtLeastOne } from '..';
|
|
2
|
-
/**
|
|
3
|
-
* Public event types
|
|
4
|
-
* Intentionally not declaring common events with voice APIs (or should we declare these types with a Fabric prefix?)
|
|
5
|
-
*/
|
|
6
|
-
export type CallJoined = 'call.joined';
|
|
7
|
-
export type CallUpdated = 'call.updated';
|
|
8
|
-
export type CallLeft = 'call.left';
|
|
9
|
-
export type CallRoom = 'call.room';
|
|
10
|
-
export type FabricCallConnectState = 'connecting' | 'connected';
|
|
11
|
-
export type FabricCallState = 'created' | 'ringing' | 'answered' | 'ending' | 'ended';
|
|
12
|
-
export type FabricCallDirection = 'inbound' | 'outbound';
|
|
13
|
-
export type FabricCallPlayState = 'playing' | 'paused' | 'finished';
|
|
14
|
-
interface CallDeviceCommonParams {
|
|
15
|
-
headers?: any[];
|
|
16
|
-
}
|
|
17
|
-
export interface CallDeviceWebRTCOrSIPParams extends CallDeviceCommonParams {
|
|
18
|
-
from: string;
|
|
19
|
-
to: string;
|
|
20
|
-
}
|
|
21
|
-
export interface CallDevicePhoneParams extends CallDeviceCommonParams {
|
|
22
|
-
from_number: string;
|
|
23
|
-
to_number: string;
|
|
24
|
-
}
|
|
25
|
-
export interface CallDeviceWebRTCOrSIP {
|
|
26
|
-
type: 'webrtc' | 'sip';
|
|
27
|
-
params: CallDeviceWebRTCOrSIPParams;
|
|
28
|
-
}
|
|
29
|
-
export interface CallDevicePhone {
|
|
30
|
-
type: 'phone';
|
|
31
|
-
params: CallDevicePhoneParams;
|
|
32
|
-
}
|
|
33
|
-
export type CallDevice = CallDeviceWebRTCOrSIP | CallDevicePhone;
|
|
34
|
-
export type SetAudioFlagsParams = MemberCommandParams & AtLeastOne<{
|
|
35
|
-
echoCancellation?: boolean;
|
|
36
|
-
autoGain?: boolean;
|
|
37
|
-
noiseSuppression?: boolean;
|
|
38
|
-
}>;
|
|
39
|
-
/**
|
|
40
|
-
* Public Contract for a FabricRoomSession
|
|
41
|
-
* List of all the properties we receive from the server for the room session
|
|
42
|
-
* Plus the fabric room methods
|
|
43
|
-
* We do not use this contract anywhere directly.
|
|
44
|
-
*/
|
|
45
|
-
export interface FabricRoomSessionContract {
|
|
46
|
-
/** Id of the room associated to this room session */
|
|
47
|
-
roomSessionId: string;
|
|
48
|
-
/** Id of the room associated to this room session */
|
|
49
|
-
roomId: string;
|
|
50
|
-
/** Unique id for this room session */
|
|
51
|
-
id: string;
|
|
52
|
-
/** @internal */
|
|
53
|
-
eventChannel: string;
|
|
54
|
-
/** Name of this room */
|
|
55
|
-
name: string;
|
|
56
|
-
/** Current layout name used in the room. */
|
|
57
|
-
layoutName: string;
|
|
58
|
-
/** Display name for this room. Defaults to the value of `name` */
|
|
59
|
-
displayName: string;
|
|
60
|
-
/** Whether recording is active */
|
|
61
|
-
recording: boolean;
|
|
62
|
-
/** Whether streaming is active */
|
|
63
|
-
streaming: boolean;
|
|
64
|
-
/** Prioritize the hand raise for the layout */
|
|
65
|
-
prioritizeHandraise: boolean;
|
|
66
|
-
/** Whether muted videos are shown in the room layout. See {@link setHideVideoMuted} */
|
|
67
|
-
hideVideoMuted: boolean;
|
|
68
|
-
/** Whether the room is locked */
|
|
69
|
-
locked: boolean;
|
|
70
|
-
/** URL to the room preview. */
|
|
71
|
-
previewUrl: string;
|
|
72
|
-
/** Metadata associated to this room session. */
|
|
73
|
-
meta: Record<string, unknown>;
|
|
74
|
-
/** List of members that are part of this room session */
|
|
75
|
-
members: InternalFabricMemberEntity[];
|
|
76
|
-
/** List of active recordings in the room */
|
|
77
|
-
recordings?: [];
|
|
78
|
-
/** List of active streamings in the room */
|
|
79
|
-
streams?: [];
|
|
80
|
-
/** List of active playbacks in the room */
|
|
81
|
-
playbacks?: [];
|
|
82
|
-
/** Fields that have changed in this room session */
|
|
83
|
-
updated?: Array<Exclude<keyof FabricRoomSessionContract, 'updated'>>;
|
|
84
|
-
/**
|
|
85
|
-
* Puts the microphone on mute. The other participants will not hear audio
|
|
86
|
-
* from the muted participant anymore. You can use this method to mute
|
|
87
|
-
* either yourself or another participant in the room.
|
|
88
|
-
* @param params
|
|
89
|
-
* @param params.memberId id of the member to mute. If omitted, mutes the
|
|
90
|
-
* default device in the local client.
|
|
91
|
-
*
|
|
92
|
-
* @capabilities
|
|
93
|
-
* - `room.self.audio_mute`: to mute a local device
|
|
94
|
-
* - `room.member.audio_mute`: to mute a remote member
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
* @example Muting your own microphone:
|
|
98
|
-
* ```typescript
|
|
99
|
-
* await room.audioMute()
|
|
100
|
-
* ```
|
|
101
|
-
*
|
|
102
|
-
* @example Muting the microphone of another participant:
|
|
103
|
-
* ```typescript
|
|
104
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
105
|
-
* await room.audioMute({memberId: id})
|
|
106
|
-
* ```
|
|
107
|
-
*/
|
|
108
|
-
audioMute(params?: MemberCommandParams): Rooms.AudioMuteMember;
|
|
109
|
-
/**
|
|
110
|
-
* Unmutes the microphone if it had been previously muted. You can use this
|
|
111
|
-
* method to unmute either yourself or another participant in the room.
|
|
112
|
-
* @param params
|
|
113
|
-
* @param params.memberId id of the member to unmute. If omitted, unmutes
|
|
114
|
-
* the default device in the local client.
|
|
115
|
-
*
|
|
116
|
-
* @capabilities
|
|
117
|
-
* - `room.self.audio_unmute`: to unmute a local device
|
|
118
|
-
* - `room.member.audio_unmute`: to unmute a remote member
|
|
119
|
-
*
|
|
120
|
-
* @example Unmuting your own microphone:
|
|
121
|
-
* ```typescript
|
|
122
|
-
* await room.audioUnmute()
|
|
123
|
-
* ```
|
|
124
|
-
*
|
|
125
|
-
* @example Unmuting the microphone of another participant:
|
|
126
|
-
* ```typescript
|
|
127
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
128
|
-
* await room.audioUnmute({memberId: id})
|
|
129
|
-
* ```
|
|
130
|
-
*/
|
|
131
|
-
audioUnmute(params?: MemberCommandParams): Rooms.AudioUnmuteMember;
|
|
132
|
-
/**
|
|
133
|
-
* Puts the video on mute. Participants will see a mute image instead of the
|
|
134
|
-
* video stream. You can use this method to mute either yourself or another
|
|
135
|
-
* participant in the room.
|
|
136
|
-
* @param params
|
|
137
|
-
* @param params.memberId id of the member to mute. If omitted, mutes the
|
|
138
|
-
* default device in the local client.
|
|
139
|
-
*
|
|
140
|
-
* @capabilities
|
|
141
|
-
* - `room.self.video_mute`: to unmute a local device
|
|
142
|
-
* - `room.member.video_mute`: to unmute a remote member
|
|
143
|
-
*
|
|
144
|
-
* @example Muting your own video:
|
|
145
|
-
* ```typescript
|
|
146
|
-
* await room.videoMute()
|
|
147
|
-
* ```
|
|
148
|
-
*
|
|
149
|
-
* @example Muting the video of another participant:
|
|
150
|
-
* ```typescript
|
|
151
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
152
|
-
* await room.videoMute({memberId: id})
|
|
153
|
-
* ```
|
|
154
|
-
*/
|
|
155
|
-
videoMute(params?: MemberCommandParams): Rooms.VideoMuteMember;
|
|
156
|
-
/**
|
|
157
|
-
* Unmutes the video if it had been previously muted. Participants will
|
|
158
|
-
* start seeing the video stream again. You can use this method to unmute
|
|
159
|
-
* either yourself or another participant in the room.
|
|
160
|
-
* @param params
|
|
161
|
-
* @param params.memberId id of the member to unmute. If omitted, unmutes
|
|
162
|
-
* the default device in the local client.
|
|
163
|
-
*
|
|
164
|
-
* @capabilities
|
|
165
|
-
* - `room.self.video_mute`: to unmute a local device
|
|
166
|
-
* - `room.member.video_mute`: to unmute a remote member
|
|
167
|
-
*
|
|
168
|
-
* @example Unmuting your own video:
|
|
169
|
-
* ```typescript
|
|
170
|
-
* await room.videoUnmute()
|
|
171
|
-
* ```
|
|
172
|
-
*
|
|
173
|
-
* @example Unmuting the video of another participant:
|
|
174
|
-
* ```typescript
|
|
175
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
176
|
-
* await room.videoUnmute({memberId: id})
|
|
177
|
-
* ```
|
|
178
|
-
*/
|
|
179
|
-
videoUnmute(params?: MemberCommandParams): Rooms.VideoUnmuteMember;
|
|
180
|
-
/**
|
|
181
|
-
* Sets the input volume level (e.g. for the microphone). You can use this
|
|
182
|
-
* method to set the input volume for either yourself or another participant
|
|
183
|
-
* in the room.
|
|
184
|
-
*
|
|
185
|
-
* @param params
|
|
186
|
-
* @param params.memberId id of the member for which to set input volume. If
|
|
187
|
-
* omitted, sets the volume of the default device in the local client.
|
|
188
|
-
* @param params.volume desired volume. Values range from -50 to 50, with a
|
|
189
|
-
* default of 0.
|
|
190
|
-
*
|
|
191
|
-
* @capabilities
|
|
192
|
-
* - `room.self.set_input_volume`: to set the volume for a local device
|
|
193
|
-
* - `room.member.set_input_volume`: to set the volume for a remote member
|
|
194
|
-
*
|
|
195
|
-
* @example Setting your own microphone volume:
|
|
196
|
-
* ```typescript
|
|
197
|
-
* await room.setInputVolume({volume: -10})
|
|
198
|
-
* ```
|
|
199
|
-
*
|
|
200
|
-
* @example Setting the microphone volume of another participant:
|
|
201
|
-
* ```typescript
|
|
202
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
203
|
-
* await room.setInputVolume({memberId: id, volume: -10})
|
|
204
|
-
* ```
|
|
205
|
-
*/
|
|
206
|
-
setInputVolume(params: MemberCommandWithVolumeParams): Rooms.SetInputVolumeMember;
|
|
207
|
-
/**
|
|
208
|
-
* Sets the input level at which the participant is identified as currently
|
|
209
|
-
* speaking. You can use this method to set the input sensitivity for either
|
|
210
|
-
* yourself or another participant in the room.
|
|
211
|
-
* @param params
|
|
212
|
-
* @param params.memberId id of the member to affect. If omitted, affects
|
|
213
|
-
* the default device in the local client.
|
|
214
|
-
* @param params.value desired sensitivity. The default value is 30 and the
|
|
215
|
-
* scale goes from 0 (lowest sensitivity, essentially muted) to 100 (highest
|
|
216
|
-
* sensitivity).
|
|
217
|
-
*
|
|
218
|
-
* @capabilities
|
|
219
|
-
* - `room.self.set_input_sensitivity`: to set the sensitivity for a local
|
|
220
|
-
* device
|
|
221
|
-
* - `room.member.set_input_sensitivity`: to set the sensitivity for a
|
|
222
|
-
* remote member
|
|
223
|
-
*
|
|
224
|
-
* @example Setting your own input sensitivity:
|
|
225
|
-
* ```typescript
|
|
226
|
-
* await room.setInputSensitivity({value: 80})
|
|
227
|
-
* ```
|
|
228
|
-
*
|
|
229
|
-
* @example Setting the input sensitivity of another participant:
|
|
230
|
-
* ```typescript
|
|
231
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
232
|
-
* await room.setInputSensitivity({memberId: id, value: 80})
|
|
233
|
-
* ```
|
|
234
|
-
*/
|
|
235
|
-
setInputSensitivity(params: MemberCommandWithValueParams): Rooms.SetInputSensitivityMember;
|
|
236
|
-
/**
|
|
237
|
-
* Returns a list of members currently in the room.
|
|
238
|
-
*
|
|
239
|
-
* @example
|
|
240
|
-
* ```typescript
|
|
241
|
-
* await room.getMembers()
|
|
242
|
-
* ```
|
|
243
|
-
*/
|
|
244
|
-
getMembers(): Rooms.GetMembers;
|
|
245
|
-
/**
|
|
246
|
-
* Mutes the incoming audio. The affected participant will not hear audio
|
|
247
|
-
* from the other participants anymore. You can use this method to make deaf
|
|
248
|
-
* either yourself or another participant in the room.
|
|
249
|
-
*
|
|
250
|
-
* Note that in addition to making a participant deaf, this will also
|
|
251
|
-
* automatically mute the microphone of the target participant (even if
|
|
252
|
-
* there is no `audio_mute` permission). If you want, you can then manually
|
|
253
|
-
* unmute it by calling {@link audioUnmute}.
|
|
254
|
-
* @param params
|
|
255
|
-
* @param params.memberId id of the member to affect. If omitted, affects
|
|
256
|
-
* the default device in the local client.
|
|
257
|
-
*
|
|
258
|
-
* @capabilities
|
|
259
|
-
* - `room.self.deaf`: to make yourself deaf
|
|
260
|
-
* - `room.member.deaf`: to make deaf a remote member
|
|
261
|
-
*
|
|
262
|
-
* @example Making yourself deaf:
|
|
263
|
-
* ```typescript
|
|
264
|
-
* await room.deaf()
|
|
265
|
-
* ```
|
|
266
|
-
*
|
|
267
|
-
* @example Making another participant deaf:
|
|
268
|
-
* ```typescript
|
|
269
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
270
|
-
* await room.deaf({memberId: id})
|
|
271
|
-
* ```
|
|
272
|
-
*/
|
|
273
|
-
deaf(params?: MemberCommandParams): Rooms.DeafMember;
|
|
274
|
-
/**
|
|
275
|
-
* Unmutes the incoming audio. The affected participant will start hearing
|
|
276
|
-
* audio from the other participants again. You can use this method to
|
|
277
|
-
* undeaf either yourself or another participant in the room.
|
|
278
|
-
*
|
|
279
|
-
* Note that in addition to allowing a participants to hear the others, this
|
|
280
|
-
* will also automatically unmute the microphone of the target participant
|
|
281
|
-
* (even if there is no `audio_unmute` permission). If you want, you can then
|
|
282
|
-
* manually mute it by calling {@link audioMute}.
|
|
283
|
-
* @param params
|
|
284
|
-
* @param params.memberId id of the member to affect. If omitted, affects
|
|
285
|
-
* the default device in the local client.
|
|
286
|
-
*
|
|
287
|
-
* @capabilities
|
|
288
|
-
* - `room.self.deaf`: to make yourself deaf
|
|
289
|
-
* - `room.member.deaf`: to make deaf a remote member
|
|
290
|
-
*
|
|
291
|
-
* @example Undeaf yourself:
|
|
292
|
-
* ```typescript
|
|
293
|
-
* await room.undeaf()
|
|
294
|
-
* ```
|
|
295
|
-
*
|
|
296
|
-
* @example Undeaf another participant:
|
|
297
|
-
* ```typescript
|
|
298
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
299
|
-
* await room.undeaf({memberId: id})
|
|
300
|
-
* ```
|
|
301
|
-
*/
|
|
302
|
-
undeaf(params?: MemberCommandParams): Rooms.UndeafMember;
|
|
303
|
-
/**
|
|
304
|
-
* Sets the output volume level (e.g., for the speaker). You can use this
|
|
305
|
-
* method to set the output volume for either yourself or another participant
|
|
306
|
-
* in the room.
|
|
307
|
-
* @param params
|
|
308
|
-
* @param params.memberId id of the member to affect. If omitted, affects the
|
|
309
|
-
* default device in the local client.
|
|
310
|
-
* @param params.volume desired volume. Values range from -50 to 50, with a
|
|
311
|
-
* default of 0.
|
|
312
|
-
*
|
|
313
|
-
* @capabilities
|
|
314
|
-
* - `room.self.set_output_volume`: to set the speaker volume for yourself
|
|
315
|
-
* - `room.member.set_output_volume`: to set the speaker volume for a remote
|
|
316
|
-
* member
|
|
317
|
-
*
|
|
318
|
-
* @example Setting your own output volume:
|
|
319
|
-
* ```typescript
|
|
320
|
-
* await room.setOutputVolume({volume: -10})
|
|
321
|
-
* ```
|
|
322
|
-
*
|
|
323
|
-
* @example Setting the output volume of another participant:
|
|
324
|
-
* ```typescript
|
|
325
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
326
|
-
* await room.setOutputVolume({memberId: id, volume: -10})
|
|
327
|
-
* ```
|
|
328
|
-
*/
|
|
329
|
-
setOutputVolume(params: MemberCommandWithVolumeParams): Rooms.SetOutputVolumeMember;
|
|
330
|
-
/**
|
|
331
|
-
* Removes a specific participant from the room.
|
|
332
|
-
* @param params
|
|
333
|
-
* @param params.memberId id of the member to remove
|
|
334
|
-
*
|
|
335
|
-
* @capabilities
|
|
336
|
-
* - `room.member.remove`: to remove a remote member
|
|
337
|
-
*
|
|
338
|
-
* @example
|
|
339
|
-
* ```typescript
|
|
340
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
341
|
-
* await room.removeMember({memberId: id})
|
|
342
|
-
* ```
|
|
343
|
-
*/
|
|
344
|
-
removeMember(params: Required<MemberCommandParams>): Rooms.RemoveMember;
|
|
345
|
-
/**
|
|
346
|
-
* Returns a list of available layouts for the room. To set a room layout,
|
|
347
|
-
* use {@link setLayout}.
|
|
348
|
-
*
|
|
349
|
-
* @capabilities
|
|
350
|
-
* - `room.list_available_layouts`
|
|
351
|
-
*
|
|
352
|
-
* @example
|
|
353
|
-
* ```typescript
|
|
354
|
-
* await room.getLayouts()
|
|
355
|
-
* ```
|
|
356
|
-
*/
|
|
357
|
-
getLayouts(): Rooms.GetLayouts;
|
|
358
|
-
/**
|
|
359
|
-
* Sets a layout for the room. You can obtain a list of available layouts
|
|
360
|
-
* with {@link getLayouts}.
|
|
361
|
-
*
|
|
362
|
-
* @capabilities
|
|
363
|
-
* - `room.set_layout`
|
|
364
|
-
* - `room.set_position` (if you need to assign positions)
|
|
365
|
-
*
|
|
366
|
-
* @example Set the 6x6 layout:
|
|
367
|
-
* ```typescript
|
|
368
|
-
* await room.setLayout({name: "6x6"})
|
|
369
|
-
* ```
|
|
370
|
-
*/
|
|
371
|
-
setLayout(params: Rooms.SetLayoutParams): Rooms.SetLayout;
|
|
372
|
-
/**
|
|
373
|
-
* Assigns a position in the layout for multiple members.
|
|
374
|
-
*
|
|
375
|
-
* @capabilities
|
|
376
|
-
* - `room.set_position`
|
|
377
|
-
*
|
|
378
|
-
* @example
|
|
379
|
-
* ```js
|
|
380
|
-
* await roomSession.setPositions({
|
|
381
|
-
* positions: {
|
|
382
|
-
* "1bf4d4fb-a3e4-4d46-80a8-3ebfdceb2a60": "reserved-1",
|
|
383
|
-
* "e0c5be44-d6c7-438f-8cda-f859a1a0b1e7": "auto"
|
|
384
|
-
* }
|
|
385
|
-
* })
|
|
386
|
-
* ```
|
|
387
|
-
*/
|
|
388
|
-
setPositions(params: Rooms.SetPositionsParams): Rooms.SetPositions;
|
|
389
|
-
/**
|
|
390
|
-
* Lock the room
|
|
391
|
-
*
|
|
392
|
-
* @capabilities
|
|
393
|
-
* - `room.lock`
|
|
394
|
-
*
|
|
395
|
-
* @example
|
|
396
|
-
* ```typescript
|
|
397
|
-
* await room.lock()
|
|
398
|
-
* ```
|
|
399
|
-
*/
|
|
400
|
-
lock(): Rooms.Lock;
|
|
401
|
-
/**
|
|
402
|
-
* Unlock the room
|
|
403
|
-
*
|
|
404
|
-
* @capabilities
|
|
405
|
-
* - `room.unlock`
|
|
406
|
-
*
|
|
407
|
-
* @example
|
|
408
|
-
* ```typescript
|
|
409
|
-
* await room.lock()
|
|
410
|
-
* ```
|
|
411
|
-
*/
|
|
412
|
-
unlock(): Rooms.Unlock;
|
|
413
|
-
/**
|
|
414
|
-
* Raise or lower the hand of a specific participant in the room.
|
|
415
|
-
* @param params
|
|
416
|
-
* @param params.memberId id of the member to remove
|
|
417
|
-
* @param params.raised boolean flag to raise or lower the hand
|
|
418
|
-
*
|
|
419
|
-
* @capabilities
|
|
420
|
-
* - `video.self.raisehand` - required to raise a hand
|
|
421
|
-
* - `video.self.lowerhand` - required to lower a hand
|
|
422
|
-
* - `video.member.raisehand` - required to raise a hand for another member’s
|
|
423
|
-
* - `video.member.lowerhand` - required to lower a hand for another member’s
|
|
424
|
-
*
|
|
425
|
-
* @example
|
|
426
|
-
* ```typescript
|
|
427
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966' // you can get this from getMembers()
|
|
428
|
-
* await room.setHandRaised({ memberId: id, raised: false })
|
|
429
|
-
* ```
|
|
430
|
-
*/
|
|
431
|
-
setRaisedHand(params?: Rooms.SetRaisedHandRoomParams): Rooms.SetRaisedHand;
|
|
432
|
-
/**
|
|
433
|
-
* Update audio processing flags (echo cancellation, automatic gain control, noise suppression)
|
|
434
|
-
* for yourself or another participant in the room.
|
|
435
|
-
*
|
|
436
|
-
* @param params
|
|
437
|
-
* @param params.memberId - id of the member to update; omit to apply to yourself
|
|
438
|
-
* @param params.echoCancellation - whether to enable (true) or disable (false) echo cancellation
|
|
439
|
-
* @param params.autoGain - whether to enable (true) or disable (false) automatic gain control
|
|
440
|
-
* @param params.noiseSuppression - whether to enable (true) or disable (false) noise suppression
|
|
441
|
-
*
|
|
442
|
-
* @capabilities
|
|
443
|
-
* - `self.audioflags.set` – required to modify your own microphone constraints
|
|
444
|
-
* - `member.audioflags.set` – required to modify another member’s microphone constraints
|
|
445
|
-
*
|
|
446
|
-
* @example
|
|
447
|
-
* ```typescript
|
|
448
|
-
* // Enable echo cancellation and noise suppression for yourself
|
|
449
|
-
* await room.setAudioFlags({
|
|
450
|
-
* echoCancellation: true,
|
|
451
|
-
* autoGain: false,
|
|
452
|
-
* noiseSuppression: true
|
|
453
|
-
* });
|
|
454
|
-
*
|
|
455
|
-
* // Disable automatic gain control for another participant
|
|
456
|
-
* const otherId = 'de550c0c-3fac-4efd-b06f-b5b8614b8966';
|
|
457
|
-
* await room.setAudioFlags({
|
|
458
|
-
* memberId: otherId,
|
|
459
|
-
* autoGain: false
|
|
460
|
-
* });
|
|
461
|
-
* ```
|
|
462
|
-
*/
|
|
463
|
-
setAudioFlags(params: SetAudioFlagsParams): Promise<void>;
|
|
464
|
-
/**
|
|
465
|
-
* Ends call for a specific participant or yourself.
|
|
466
|
-
*
|
|
467
|
-
* @param params
|
|
468
|
-
* @param params.memberId id of the member to end the call for. If omitted, ends the call for the local client.
|
|
469
|
-
*
|
|
470
|
-
* @capabilities
|
|
471
|
-
* - `end`: to end a call (your own or another member's)
|
|
472
|
-
*
|
|
473
|
-
* @example Ending your own call:
|
|
474
|
-
* ```typescript
|
|
475
|
-
* await room.end();
|
|
476
|
-
* ```
|
|
477
|
-
*
|
|
478
|
-
* @example Ending another participant's call:
|
|
479
|
-
* ```typescript
|
|
480
|
-
* const id = 'de550c0c-3fac-4efd-b06f-b5b8614b8966'; // you can get this from getMembers()
|
|
481
|
-
* await room.end({ memberId: id });
|
|
482
|
-
* ```
|
|
483
|
-
*/
|
|
484
|
-
end(params?: MemberCommandParams): Promise<void>;
|
|
485
|
-
}
|
|
486
|
-
/**
|
|
487
|
-
* FabricRoomSession properties
|
|
488
|
-
*/
|
|
489
|
-
export type FabricRoomSessionEntity = OnlyStateProperties<FabricRoomSessionContract>;
|
|
490
|
-
/**
|
|
491
|
-
* FabricRoomSession methods
|
|
492
|
-
*/
|
|
493
|
-
export type FabricRoomSessionMethods = OnlyFunctionProperties<FabricRoomSessionContract>;
|
|
494
|
-
/**
|
|
495
|
-
* FabricRoomSessionEntity plus `updated` field
|
|
496
|
-
*/
|
|
497
|
-
export type FabricRoomSessionEntityUpdated = EntityUpdated<FabricRoomSessionEntity>;
|
|
498
|
-
/**
|
|
499
|
-
* FabricRoomSessionEntity for internal usage (converted to snake_case)
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
export type InternalFabricRoomSessionEntity = {
|
|
503
|
-
[K in NonNullable<keyof FabricRoomSessionEntity> as CamelToSnakeCase<K>]: FabricRoomSessionEntity[K];
|
|
504
|
-
};
|
|
505
|
-
/**
|
|
506
|
-
* ==========
|
|
507
|
-
* ==========
|
|
508
|
-
* Server-Side Events
|
|
509
|
-
* ==========
|
|
510
|
-
* ==========
|
|
511
|
-
*/
|
|
512
|
-
/**
|
|
513
|
-
* List of possible capabilities returned by the server
|
|
514
|
-
*/
|
|
515
|
-
export type Capability = 'self' | 'self.mute' | 'self.mute.audio' | 'self.mute.audio.on' | 'self.mute.audio.off' | 'self.mute.video' | 'self.mute.video.on' | 'self.mute.video.off' | 'self.deaf' | 'self.deaf.on' | 'self.deaf.off' | 'self.microphone' | 'self.microphone.volume.set' | 'self.microphone.sensitivity.set' | 'self.speaker' | 'self.speaker.volume.set' | 'self.position.set' | 'self.meta' | 'self.audioflags.set' | 'member' | 'member.mute' | 'member.mute.audio' | 'member.mute.audio.on' | 'member.mute.audio.off' | 'member.mute.video' | 'member.mute.video.on' | 'member.mute.video.off' | 'member.deaf' | 'member.deaf.on' | 'member.deaf.off' | 'member.microphone' | 'member.microphone.volume.set' | 'member.microphone.sensitivity.set' | 'member.speaker' | 'member.speaker.volume.set' | 'member.position.set' | 'member.meta' | 'member.audioflags.set' | 'layout' | 'layout.set' | 'digit' | 'digit.send' | 'vmuted' | 'vmuted.hide' | 'vmuted.hide.on' | 'vmuted.hide.off' | 'lock' | 'lock.on' | 'lock.off' | 'device' | 'screenshare' | 'end';
|
|
516
|
-
/**
|
|
517
|
-
* 'call.joined'
|
|
518
|
-
*/
|
|
519
|
-
export interface CallJoinedEventParams {
|
|
520
|
-
room_session: InternalFabricRoomSessionEntity;
|
|
521
|
-
room_id: string;
|
|
522
|
-
room_session_id: string;
|
|
523
|
-
call_id: string;
|
|
524
|
-
member_id: string;
|
|
525
|
-
node_id?: string;
|
|
526
|
-
origin_call_id: string;
|
|
527
|
-
capabilities: Capability[];
|
|
528
|
-
}
|
|
529
|
-
export interface CallJoinedEvent extends SwEvent {
|
|
530
|
-
event_type: CallJoined;
|
|
531
|
-
params: CallJoinedEventParams;
|
|
532
|
-
}
|
|
533
|
-
/**
|
|
534
|
-
* call.updated
|
|
535
|
-
*/
|
|
536
|
-
export interface CallUpdatedEventParams {
|
|
537
|
-
room_session: InternalFabricRoomSessionEntity;
|
|
538
|
-
room_id: string;
|
|
539
|
-
room_session_id: string;
|
|
540
|
-
}
|
|
541
|
-
export interface CallUpdatedEvent extends SwEvent {
|
|
542
|
-
event_type: CallUpdated;
|
|
543
|
-
params: CallUpdatedEventParams;
|
|
544
|
-
}
|
|
545
|
-
/**
|
|
546
|
-
* call.left
|
|
547
|
-
*/
|
|
548
|
-
export interface CallLeftEventParams {
|
|
549
|
-
room_session: InternalFabricRoomSessionEntity;
|
|
550
|
-
room_id: string;
|
|
551
|
-
room_session_id: string;
|
|
552
|
-
call_id: string;
|
|
553
|
-
member_id: string;
|
|
554
|
-
origin_call_id: string;
|
|
555
|
-
reason: string;
|
|
556
|
-
}
|
|
557
|
-
export interface CallLeftEvent extends SwEvent {
|
|
558
|
-
event_type: CallLeft;
|
|
559
|
-
params: CallLeftEventParams;
|
|
560
|
-
}
|
|
561
|
-
/**
|
|
562
|
-
* call.state
|
|
563
|
-
*/
|
|
564
|
-
export interface CallStateEventParams {
|
|
565
|
-
call_id: string;
|
|
566
|
-
node_id: string;
|
|
567
|
-
segment_id: string;
|
|
568
|
-
call_state: FabricCallState;
|
|
569
|
-
direction: FabricCallDirection;
|
|
570
|
-
device: CallDevice;
|
|
571
|
-
start_time: number;
|
|
572
|
-
answer_time: number;
|
|
573
|
-
end_time: number;
|
|
574
|
-
room_session_id: string;
|
|
575
|
-
}
|
|
576
|
-
export interface CallStateEvent extends SwEvent {
|
|
577
|
-
event_type: CallState;
|
|
578
|
-
params: CallStateEventParams;
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* call.play
|
|
582
|
-
*/
|
|
583
|
-
export interface CallPlayEventParams {
|
|
584
|
-
control_id: string;
|
|
585
|
-
call_id: string;
|
|
586
|
-
node_id: string;
|
|
587
|
-
state: FabricCallPlayState;
|
|
588
|
-
room_session_id: string;
|
|
589
|
-
}
|
|
590
|
-
export interface CallPlayEvent extends SwEvent {
|
|
591
|
-
event_type: CallPlay;
|
|
592
|
-
params: CallPlayEventParams;
|
|
593
|
-
}
|
|
594
|
-
/**
|
|
595
|
-
* call.connect
|
|
596
|
-
*/
|
|
597
|
-
export interface CallConnectEventParams {
|
|
598
|
-
connect_state: FabricCallConnectState;
|
|
599
|
-
call_id: string;
|
|
600
|
-
node_id: string;
|
|
601
|
-
segment_id: string;
|
|
602
|
-
room_session_id: string;
|
|
603
|
-
peer?: {
|
|
604
|
-
call_id: string;
|
|
605
|
-
node_id: string;
|
|
606
|
-
device: CallDevice;
|
|
607
|
-
};
|
|
608
|
-
}
|
|
609
|
-
export interface CallConnectEvent extends SwEvent {
|
|
610
|
-
event_type: CallConnect;
|
|
611
|
-
params: CallConnectEventParams;
|
|
612
|
-
}
|
|
613
|
-
/**
|
|
614
|
-
* call.room
|
|
615
|
-
*/
|
|
616
|
-
export interface CallRoomEventParams {
|
|
617
|
-
joined_status: string;
|
|
618
|
-
call_id: string;
|
|
619
|
-
node_id: string;
|
|
620
|
-
segment_id: string;
|
|
621
|
-
room_session_id: string;
|
|
622
|
-
}
|
|
623
|
-
export interface CallRoomEvent extends SwEvent {
|
|
624
|
-
event_type: CallRoom;
|
|
625
|
-
params: CallRoomEventParams;
|
|
626
|
-
}
|
|
627
|
-
export type FabricRoomEventNames = CallJoined | CallUpdated | CallLeft | CallState | CallPlay | CallConnect | CallRoom;
|
|
628
|
-
export type FabricRoomEvent = CallJoinedEvent | CallUpdatedEvent | CallLeftEvent | CallStateEvent | CallPlayEvent | CallConnectEvent | CallRoomEvent;
|
|
629
|
-
export type FabricRoomEventParams = CallJoinedEventParams | CallUpdatedEventParams | CallLeftEventParams | CallStateEventParams | CallPlayEventParams | CallConnectEventParams | CallRoomEventParams;
|
|
630
|
-
export {};
|
|
631
|
-
//# sourceMappingURL=fabricRoomSession.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fabricRoomSession.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/fabricRoomSession.ts"],"names":[],"mappings":"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"}
|