Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR #2422

Merged
merged 17 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/android/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@ import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shie
* Java, native and graphic memory leaks
* Getting "Failed to set offer/answer" error after leaving sometimes

## v2.9.67 - 2024-09-25
### Fixed
* NullPointerException crash fix in RetryScheduler
* Crash fix in emulator while applying VB
* Fix retry continuing even after leaving some times

## v2.9.67 - 2024-09-10
### Fixed
* VB memory leaks
* Native crashes and memory issues on multiple fast join-leave
* If leave was called when retry is ongoing, then next join would be queued if called on the same instance sometimes

## v2.9.66 - 2024-08-29
### Fixed
* Java, native and graphic memory leaks
* Getting "Failed to set offer/answer" error after leaving sometimes

## v2.9.65 - 2024-08-13
### Added
* Long running Session capability
Expand Down
6 changes: 6 additions & 0 deletions docs/api-reference/javascript/v2/classes/EventBus.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ nav: '3.2'

---

### localAudioUnmutedNatively

• `Readonly` **localAudioUnmutedNatively**: `HMSInternalEvent`<`unknown`\>

---

### localRoleUpdate

• `Readonly` **localRoleUpdate**: `HMSInternalEvent`<{ `newRole`: [`HMSRole`](/api-reference/javascript/v2/interfaces/HMSRole) ; `oldRole`: [`HMSRole`](/api-reference/javascript/v2/interfaces/HMSRole) }\>
Expand Down
28 changes: 28 additions & 0 deletions docs/api-reference/javascript/v2/enums/HMSAudioDeviceCategory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: HMSAudioDeviceCategory
nav: '2.6'
---

## Enumeration Members

### BLUETOOTH

• **BLUETOOTH** = `"BLUETOOTH"`

---

### EARPIECE

• **EARPIECE** = `"EARPIECE"`

---

### SPEAKERPHONE

• **SPEAKERPHONE** = `"SPEAKERPHONE"`

---

### WIRED

• **WIRED** = `"WIRED"`
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/enums/HMSAudioMode.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSAudioMode
nav: '2.6'
nav: '2.7'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSAudioPluginType
nav: '2.7'
nav: '2.8'
---

Specifies the type of the plugin a transforming plugin will get an output audio node to give the resulting
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/enums/HMSLogLevel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSLogLevel
nav: '2.8'
nav: '2.9'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSNotificationSeverity
nav: '2.9'
nav: '2.10'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSNotificationTypes
nav: '2.10'
nav: '2.11'
---

## Enumeration Members
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/enums/HMSPeerType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSPeerType
nav: '2.11'
nav: '2.12'
---

## Enumeration Members
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/enums/HMSPlaylistType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSPlaylistType
nav: '2.12'
nav: '2.13'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSPluginUnsupportedTypes
nav: '2.13'
nav: '2.14'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSPollQuestionType
nav: '2.14'
nav: '2.15'
---

## Enumeration Members
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/enums/HMSPollStates.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSPollStates
nav: '2.15'
nav: '2.16'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSRecordingState
nav: '2.16'
nav: '2.17'
---

## Enumeration Members
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/enums/HMSRoomState.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSRoomState
nav: '2.17'
nav: '2.18'
---

Check out internal-docs/RoomStateFlow.tldr for flow of room state
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSSimulcastLayer
nav: '2.18'
nav: '2.19'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: HMSTrackExceptionTrackType
nav: '2.20'
---

## Enumeration Members

### AUDIO

• **AUDIO** = `"audio"`

---

### AUDIO_VIDEO

• **AUDIO_VIDEO** = `"audio, video"`

---

### SCREEN

• **SCREEN** = `"screen"`

---

### VIDEO

• **VIDEO** = `"video"`
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSTranscriptionMode
nav: '2.19'
nav: '2.21'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSTranscriptionState
nav: '2.20'
nav: '2.22'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSVideoPluginCanvasContextType
nav: '2.21'
nav: '2.23'
---

## Enumeration Members
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSVideoPluginType
nav: '2.22'
nav: '2.24'
---

Specifies the type of the plugin a transforming plugin will get an output canvas to give the resulting
Expand Down
14 changes: 9 additions & 5 deletions docs/api-reference/javascript/v2/home/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nav: '1.1'
- [DomainCategory](/api-reference/javascript/v2/enums/DomainCategory)
- [HLSPlaylistType](/api-reference/javascript/v2/enums/HLSPlaylistType)
- [HLSStreamType](/api-reference/javascript/v2/enums/HLSStreamType)
- [HMSAudioDeviceCategory](/api-reference/javascript/v2/enums/HMSAudioDeviceCategory)
- [HMSAudioMode](/api-reference/javascript/v2/enums/HMSAudioMode)
- [HMSAudioPluginType](/api-reference/javascript/v2/enums/HMSAudioPluginType)
- [HMSLogLevel](/api-reference/javascript/v2/enums/HMSLogLevel)
Expand All @@ -23,6 +24,7 @@ nav: '1.1'
- [HMSRecordingState](/api-reference/javascript/v2/enums/HMSRecordingState)
- [HMSRoomState](/api-reference/javascript/v2/enums/HMSRoomState)
- [HMSSimulcastLayer](/api-reference/javascript/v2/enums/HMSSimulcastLayer)
- [HMSTrackExceptionTrackType](/api-reference/javascript/v2/enums/HMSTrackExceptionTrackType)
- [HMSTranscriptionMode](/api-reference/javascript/v2/enums/HMSTranscriptionMode)
- [HMSTranscriptionState](/api-reference/javascript/v2/enums/HMSTranscriptionState)
- [HMSVideoPluginCanvasContextType](/api-reference/javascript/v2/enums/HMSVideoPluginCanvasContextType)
Expand All @@ -43,6 +45,7 @@ nav: '1.1'
## Other Interfaces

- [ConnectivityCheckResult](/api-reference/javascript/v2/interfaces/ConnectivityCheckResult)
- [DebugInfo](/api-reference/javascript/v2/interfaces/DebugInfo)
- [DeviceMap](/api-reference/javascript/v2/interfaces/DeviceMap)
- [DiagnosticsRTCStats](/api-reference/javascript/v2/interfaces/DiagnosticsRTCStats)
- [DiagnosticsRTCStatsReport](/api-reference/javascript/v2/interfaces/DiagnosticsRTCStatsReport)
Expand Down Expand Up @@ -116,6 +119,7 @@ nav: '1.1'
- [HMSStatsStore](/api-reference/javascript/v2/interfaces/HMSStatsStore)
- [HMSStatsStoreWrapper](/api-reference/javascript/v2/interfaces/HMSStatsStoreWrapper)
- [HMSStore](/api-reference/javascript/v2/interfaces/HMSStore)
- [HMSTrackException](/api-reference/javascript/v2/interfaces/HMSTrackException)
- [HMSTrackNotification](/api-reference/javascript/v2/interfaces/HMSTrackNotification)
- [HMSTrackStats](/api-reference/javascript/v2/interfaces/HMSTrackStats)
- [HMSTranscriptionInfo](/api-reference/javascript/v2/interfaces/HMSTranscriptionInfo)
Expand Down Expand Up @@ -396,17 +400,17 @@ selfBrowser - the current browser tab is being shared

### getAudioDeviceCategory

▸ **getAudioDeviceCategory**(`deviceLabel`): `"bluetooth"` \| `"speakerhone"` \| `"wired"` \| `"earpiece"` \| `"speakerphone"`
▸ **getAudioDeviceCategory**(`deviceLabel?`): `HMSAudioDeviceCategory`

#### Parameters

| Name | Type |
| :------------ | :------- |
| `deviceLabel` | `string` |
| Name | Type |
| :------------- | :------- |
| `deviceLabel?` | `string` |

#### Returns

`"bluetooth"` \| `"speakerhone"` \| `"wired"` \| `"earpiece"` \| `"speakerphone"`
`HMSAudioDeviceCategory`

---

Expand Down
22 changes: 22 additions & 0 deletions docs/api-reference/javascript/v2/interfaces/DebugInfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: DebugInfo
nav: '4.2'
---

## Properties

### enabledFlags

• `Optional` **enabledFlags**: `string`[]

---

### initEndpoint

• `Optional` **initEndpoint**: `string`

---

### websocketURL

• `Optional` **websocketURL**: `string`
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/interfaces/DeviceMap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: DeviceMap
nav: '4.2'
nav: '4.3'
---

## Properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: DiagnosticsRTCStats
nav: '4.3'
nav: '4.4'
---

## Properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: DiagnosticsRTCStatsReport
nav: '4.4'
nav: '4.5'
---

## Properties
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/interfaces/HLSConfig.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HLSConfig
nav: '4.5'
nav: '4.6'
---

## Properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HLSMeetingURLVariant
nav: '4.6'
nav: '4.7'
---

## Properties
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/interfaces/HLSVariant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HLSVariant
nav: '4.7'
nav: '4.8'
---

## Properties
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/javascript/v2/interfaces/HMSActions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSActions<T>
nav: '4.8'
nav: '4.9'
---

The below interface defines our SDK API Surface for taking room related actions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSAudioPlugin
nav: '4.9'
nav: '4.10'
---

A plugin implementing this interface can be registered with HMSLocalAudioTrack to transform, process or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSAudioTrack
nav: '4.10'
nav: '4.11'
---

## Hierarchy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSAudioTrackSettings
nav: '4.11'
nav: '4.12'
---

## Properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HMSChangeMultiTrackStateParams
nav: '4.12'
nav: '4.13'
---

## Properties
Expand Down
Loading
Loading