Skip to content

Commit

Permalink
Merge branch 'main' into Akashgoswami1-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit authored Nov 29, 2024
2 parents 35c6288 + 82094eb commit 5696ac9
Show file tree
Hide file tree
Showing 266 changed files with 1,435 additions and 993 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
venv="$HOME/.local/share/venv"
python3 -m venv "$venv"
echo "$venv/bin" >> $GITHUB_PATH
- uses: errata-ai/vale-action@reviewdog
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.DOCKER_GIT_TOKEN}}
with:
# Reporter of reviewdog command [github-pr-check,github-pr-review,github-check].
reporter: github-pr-check # optional, default is github-pr-check
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Contributing

Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on [100ms Docs](https://docs.100ms.live/) If you don't know where to start contributing, ask us on our [Discord channel](http://100ms.live/discord).
<!-- vale off -->

Thank you for investing your time in contributing to our project & Any contribution you make will be reflected on [100ms Docs](https://docs.100ms.live/)

<!-- vale on-->

In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR.

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<img src="public/logo.svg" alt="Logo" width="200" >
</p>

[![Discord](https://img.shields.io/discord/843749923060711464?label=Join%20on%20Discord)](https://100ms.live/discord)

<br />

> If you're here to contribute do check out our [Contributing Guidelines](CONTRIBUTING.md) & our [Code of Conduct](CODE_OF_CONDUCT.md)
Expand Down
14 changes: 1 addition & 13 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import {
ChatIcon,
DiscordIcon,
FacebookIcon,
LinkedInIcon,
Svg100MsLogo,
Expand Down Expand Up @@ -63,18 +62,7 @@ const Footer: React.FC<Props> = ({ css = {} }) => (
/>
</Box>
</a>
<a href="https://discord.com/invite/kGdmszyzq2">
<Box css={{ color: '$textMedEmp' }}>
<DiscordIcon
style={{
width: '27px',
height: '27px',
padding: '4.5px',
color: 'inherit'
}}
/>
</Box>
</a>

</Box>
</Box>
<Box className="details">
Expand Down
22 changes: 1 addition & 21 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ import { useRouter } from 'next/router';
import {
CrossIcon,
HamburgerMenuIcon,
DiscordIcon,
GithubIcon,
ExternalLinkIcon,
SearchIcon
} from '@100mslive/react-icons';
import { Flex, Text, useTheme } from '@100mslive/react-ui';
import { WebsiteLink, DashboardLink, GitHubLink, DiscordLink, ContactLink } from '@/lib/utils';
import { WebsiteLink, DashboardLink, GitHubLink, ContactLink } from '@/lib/utils';
import { references } from 'api-references';
import { exposedPlatformNames } from 'common';
import SearchModal from './SearchModal';
Expand Down Expand Up @@ -208,25 +207,6 @@ const Header: React.FC<Props> = ({
Dashboard
</HeaderLink>

<UtmLinkWrapper href={DiscordLink}>
<a
target="_blank"
rel="noreferrer"
onClick={() =>
AppAnalytics.track('link.clicked', {
btnId: 'discord.clicked',
currentPage: window.location.href
})
}>
<Text css={linkCSS}>
<DiscordIcon
height={18}
width={18}
style={{ marginRight: '-14px' }}
/>
</Text>
</a>
</UtmLinkWrapper>
<UtmLinkWrapper href={GitHubLink}>
<a
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions docs/android/v2/how-to-guides/install-the-sdk/size.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These are accurate for sdk version `2.9.64` and room-kit version `1.2.18`.
## Increase in Android APK size:

| Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64 |
| -------------------|--------------|----------------|-----------|-------|
| ------------------|--------------|----------------|-----------|--------|
| Android Sdk | **6.7MB** | **5.7MB** | **7.3MB** | **7.6MB** |
| Video View | **10.2KB** | **10.2KB** | **10.2KB** | **10.2KB** |
| Virtual Background | **15.4MB** | **12.9MB** | **4.0MB** | **4.0MB** |
Expand All @@ -23,7 +23,7 @@ These are accurate for sdk version `2.9.64` and room-kit version `1.2.18`.
### Room Kit

| Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64 |
| -------------------|--------------|----------------|-----------|-------|
|-------------------|--------------|----------------|-----------|--------|
| Room Kit | **12.4MB** | **11.4MB** | **13.0MB** | **13.3MB** |

The `room-kit` module already includes the following libraries:
Expand Down
2 changes: 0 additions & 2 deletions docs/android/v2/quickstart/prebuilt-android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ nav: 5.3

This guide will walk you through the steps to create a video conferencing app using Prebuilt component of the `room-kit` package.

> If you get stuck at any point or need help in understanding a concept, you can put your query in our [Discord Channel](https://100ms.live/discord).

## Prerequisites

Expand Down
27 changes: 20 additions & 7 deletions docs/android/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Release Notes
nav: 4
description: Release Notes for 100ms Android
title: Release Notes
nav: 4
description: Release Notes for 100ms Android
---
import AndroidSdkVersionShield from '@/common/android-sdk-version-shield.md';
import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shield.md';
Expand All @@ -19,13 +19,26 @@ import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shie
| live.100ms:virtual-background: |<AndroidSdkVersionShield />|
| live.100ms:hms-noise-cancellation-android: | <AndroidSdkVersionShield /> |

## v2.9.69 - 2024-10-25
### Fixed
- SDK cleanup was not done fully on getting a join error leading to media dispose crash when joining the next time with same sdk instance and trying to leave
### Changed
- libkrisp-audio-sdk SO files are now part of noise cancellation module and not the core library. This reduces the size of core lib


## v2.9.68 - 2024-09-24
### 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
- 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-2024
## v2.9.66 - 2024-08-29
### Fixed
* Java, native and graphic memory leaks
* Getting "Failed to set offer/answer" error after leaving sometimes
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
Loading

0 comments on commit 5696ac9

Please sign in to comment.