Skip to content

Commit

Permalink
1.10.9 update
Browse files Browse the repository at this point in the history
  • Loading branch information
endazoom committed Apr 29, 2024
1 parent cbc163c commit 328ff0e
Show file tree
Hide file tree
Showing 38 changed files with 95 additions and 516 deletions.
2 changes: 1 addition & 1 deletion dist/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js

Large diffs are not rendered by default.

Binary file modified dist/lib/audio.encode.wasm
Binary file not shown.
Binary file modified dist/lib/audio.simd.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/lib/audio_simd.min.js

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions dist/lib/js_audio_level_worklet_process.min.js

This file was deleted.

6 changes: 3 additions & 3 deletions dist/lib/js_audio_process.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/js_audio_worklet.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/lib/js_audio_worklet_process.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/lib/js_audio_worklet_simd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/js_media.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/js_sharing_audio_worklet.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/lib/qrscanner.min.js

Large diffs are not rendered by default.

15 changes: 4 additions & 11 deletions dist/lib/sharing_m.min.js

Large diffs are not rendered by default.

15 changes: 4 additions & 11 deletions dist/lib/sharing_mtsimd.min.js

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions dist/lib/sharing_s.min.js

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions dist/lib/sharing_simd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/vb-resource/tf.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/lib/vb.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/lib/vb_worker.min.js

This file was deleted.

Binary file modified dist/lib/video.decode.wasm
Binary file not shown.
Binary file modified dist/lib/video.mt.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/lib/video.mtsimd.js

This file was deleted.

Binary file modified dist/lib/video.mtsimd.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/lib/video.simd.js

This file was deleted.

Binary file modified dist/lib/video.simd.wasm
Binary file not shown.
8 changes: 4 additions & 4 deletions dist/lib/video_m.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/lib/video_mtsimd.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/lib/video_s.min.js

Large diffs are not rendered by default.

15 changes: 4 additions & 11 deletions dist/lib/video_share_mtsimd.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/lib/video_simd.min.js

Large diffs are not rendered by default.

79 changes: 16 additions & 63 deletions dist/types/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ interface Participant {
* Whether the user is in a failover process.
*/
isInFailover?: boolean;
/**
* Subsession ID.
* Available if the user is in a subsession.
*/
subsessionId?: string;
}
/**
* Subsession's status.
Expand Down Expand Up @@ -238,28 +233,28 @@ export enum MutedSource {
}

/**
* The reason for leaving audio for the current-audio-change event.
* Payload audio leave source type for current-audio-change event
* @enum
*/
export enum LeaveAudioSource {
/**
* User actively left audio.
* User actively leave
*/
Active = 'active',
/**
* Left audio due to failover.
* Leave audio due to failover
*/
Failover = 'failover',
/**
* Left audio due to system ending audio stream.
* Leave audio due to audio stream being ended by system
*/
EndedBySystem = 'audio stream is ended by system',
/**
* Left audio as audio was connected to a phone call.
* Leave audio due to audio being connected via phone call
*/
Pstn = 'pstn',
/**
* Left audio due to microphone error.
* Leave audio due to microphone error
*/
MicrophoneError = 'microphone error',
}
Expand Down Expand Up @@ -542,19 +537,19 @@ export enum ChatFileDownloadStatus {
}

/**
* Summary status.
* Summary Status
*/
export enum SummaryStatus {
/**
* Summary started.
* Summary is start
*/
Start = 'Start',
/**
* Summary paused.
* Summary is paused
*/
Paused = 'Paused',
/**
* Summary stopped.
* Summary is stopped
*/
Stopped = 'Stopped',
/**
Expand All @@ -564,19 +559,19 @@ export enum SummaryStatus {
}

/**
* Meeting query status.
* Meeting Query Status
*/
export enum MeetingQueryStatus {
/**
* Meeting query started.
* Meeting Query is start
*/
Start = 'Start',
/**
* Meeting query paused.
* Meeting Query is paused
*/
Paused = 'Paused',
/**
* Meeting query stopped.
* Meeting Query is stopped
*/
Stopped = 'Stopped',
/**
Expand All @@ -585,55 +580,13 @@ export enum MeetingQueryStatus {
Default = '',
}
/**
* Custom web component for video render
* Customer Web component for video render
*/
export declare class VideoPlayer extends HTMLElement {
['node-id']: string;
['video-quality']: string;
}
/**
* Custom web component for video render container
* Customer Web component for video render container
*/
export declare class VideoPlayerContainer extends HTMLElement {}
/**
* CRC device call out return code
*/
export enum CRCReturnCode {
/**
* Success
*/
Success = 0,
/**
* Ringing
*/
Ringing = 1,
/**
* Timeout
*/
Timeout = 2,
/**
* Busy
*/
Busy = 101,
/**
* Fail
*/
Fail = 104,
/**
* Unreachable
*/
Unreachable = 111,
}
/**
* CRC device protocol
*/
export enum CRCProtocol {
/**
* H323
*/
H323 = 1,
/**
* SIP
*/
SIP = 2,
}
150 changes: 2 additions & 148 deletions dist/types/event-callback.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import {
ChatFileUploadStatus,
ChatFileDownloadStatus,
LeaveAudioSource,
CRCReturnCode,
CRCProtocol,
} from './common';
import { LiveTranscriptionMessage } from './live-transcription';
import { LiveStreamStatus } from './live-stream';
Expand Down Expand Up @@ -808,18 +806,6 @@ export declare function event_dial_out_change(payload: {
* The state code of the phone call.
*/
code: DialoutState;
/**
* Phone number
*/
phoneNumber: string;
/**
* Unique ID for the call
*/
uuid: string;
/**
* Phone user ID
*/
userId?: number;
}): void;
/**
* Occurs when the share audio state changes. Usually used to cooperatively change the state of computer audio.
Expand Down Expand Up @@ -896,14 +882,6 @@ export declare function event_audio_statistic_data_change(payload: {
* Audio's sample rate.
*/
sample_rate: number;
/**
* Bandwidth, measured in bits per second (bps)
*/
bandwidth: number;
/**
* Bit rate, measured in bits per second (bps)
*/
bitrate: number;
};
/**
* Type.
Expand Down Expand Up @@ -976,14 +954,6 @@ export declare function event_video_statistic_data_change(payload: {
* Video's frame rate in frames per second (FPS).
*/
fps: number;
/**
* Bandwidth, measured in bits per second (bps)
*/
bandwidth: number;
/**
* Bit rate, measured in bits per second (bps)
*/
bitrate: number;
};
/**
* Type.
Expand Down Expand Up @@ -1414,14 +1384,6 @@ export declare function event_share_statistic_data_change(payload: {
* Share's frame rate in frames per second (FPS).
*/
fps: number;
/**
* Bandwidth, measured in bits per second (bps)
*/
bandwidth: number;
/**
* Bit rate, measured in bits per second (bps)
*/
bitrate: number;
};
type: 'VIDEOSHARE_QOS_DATA';
}): void;
Expand Down Expand Up @@ -1712,7 +1674,7 @@ export declare function event_chat_file_download_progress(payload: {
}): void;

/**
* Occurs when the smart summary status changes.
* Occurs when smart summary status changes.
* @param payload
*/
export declare function event_smart_summary_change(payload: {
Expand All @@ -1721,118 +1683,10 @@ export declare function event_smart_summary_change(payload: {
}): void;

/**
* Occurs when the meeting query status changes.
* Occurs when meeting query status changes.
* @param payload
*/
export declare function event_meeting_query_change(payload: {
support?: boolean;
status?: MeetingQueryStatus;
}): void;

/**
* Occurs when the user is invited to back to the main session.
* @param payload
* @category Subsession
*/
export declare function event_subsession_invite_to_back_to_main_session(payload: {
/**
* Inviter user ID
*/
inviterId: number;
/**
* Inviter user GUID
*/
inviterGuid: string;
/**
* Inviter name
*/
inviterName: string;
});
/**
* Occurs when there is a change in the status of users in the subsession.
* @param payload
* @category Subsession
*/
export declare function event_subsession_user_update(payload: {
/**
* User ID
*/
userId: number;
/**
* User GUID
*/
userGuid: string;
/**
* Subsession ID
*/
subsessionId: string;
/**
* Subsession name
*/
subsessionName: string;
/**
* User's audio state.
*/
audio: string;
/**
* Whether audio is muted.
*/
muted: boolean;
/**
* Whether the user started video.
*/
bVideoOn: boolean;
/**
* Whether the user started sharing.
*/
sharerOn: boolean;
/**
* Whether the sharer is also sharing the tab audio.
*/
bShareAudioOn: boolean;
/**
* Whether the user is talking.
*/
isTalking?: boolean;
});
/**
* Occurs when the broadcasted voice's status changes.
* @param payload
* @category Subsession
*/
export declare function event_subsession_broadcast_voice(payload: {
/**
* Whether the user is receiving the broadcasted voice.
*/
status: boolean;
});

/**
* Occurs when the CRC(Cloud Room Connector) device call state changes.
*
* ```javascript
* client.on('crc-call-out-state-change', (payload) => {
* console.log(payload.code);
* });
* ```
* @param payload
* @category CRC
*/
export declare function event_crc_device_call_state_change(payload: {
/**
* CRC call return code
*/
code: CRCReturnCode;
/**
* IP address
*/
ip: string;
/**
* Protocol
*/
protocol: CRCProtocol;
/**
* Unique ID for the call
*/
uuid: string;
}): void;
Loading

0 comments on commit 328ff0e

Please sign in to comment.