diff --git a/docs/react-native/v2/release-notes/release-notes.mdx b/docs/react-native/v2/release-notes/release-notes.mdx index 5f310c479..f6a9b13cc 100644 --- a/docs/react-native/v2/release-notes/release-notes.mdx +++ b/docs/react-native/v2/release-notes/release-notes.mdx @@ -10,6 +10,26 @@ nav: 4.1 | @100mslive/react-native-room-kit | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-room-kit)](https://www.npmjs.com/package/@100mslive/react-native-room-kit) | | @100mslive/react-native-hms | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-hms)](https://www.npmjs.com/package/@100mslive/react-native-hms) | +## 1.10.3 - 2024-04-15 + +| Package | Version | +| -------------------------------- | ------- | +| @100mslive/react-native-room-kit | 1.1.6 | +| @100mslive/react-native-hms | 1.10.3 | + +### react-native-room-kit + +- Added revamped HLS Player UI in Prebuilt + +- Added support for both Portrait & Landscape orientations in HLS Player UI + +- More enhancements in HLS Player UI will be released soon! + +Using Android SDK 2.9.53 & iOS SDK 1.8.0 + +**Full Changelog**: [1.10.2...1.10.3](https://github.com/100mslive/react-native-hms/compare/1.10.2...1.10.3) + + ## 1.10.2 - 2024-04-08 | Package | Version | diff --git a/docs/server-side/v2/how-to-guides/Session Initiation Protocol (SIP)/SIP-Interconnect.mdx b/docs/server-side/v2/how-to-guides/Session Initiation Protocol (SIP)/SIP-Interconnect.mdx index b6d44e151..618970a9c 100644 --- a/docs/server-side/v2/how-to-guides/Session Initiation Protocol (SIP)/SIP-Interconnect.mdx +++ b/docs/server-side/v2/how-to-guides/Session Initiation Protocol (SIP)/SIP-Interconnect.mdx @@ -9,12 +9,12 @@ Session Initiation Protocol (SIP) Interconnect refers to the setup where two or 100ms SIP Interconnect makes it easy to integrate VoIP calls from external third-party services into 100ms WebRTC meetings, ensuring a seamless bridge to participants connected through 100ms Client SDKs over WebRTC. -![SIP Credentials](/docs/v2/sip-credentials.png) - ## SIP Credentials SIP Credentials are required to authenticate your requests to connect to 100ms’ SIP bridge in addition to our SIP Address. These credentials consist of a `username` and `password` for an account. These credentials are available in the 'Developer' section of the dashboard. +![SIP Credentials](/docs/v2/sip-credentials.png) + This feature has *restricted access**. Please drop a message to us through the Support center on the 100ms dashboard or book a [meeting with us](https://www.100ms.live/contact) to get your account whitelisted for SIP Interconnect. diff --git a/docs/server-side/v2/how-to-guides/live-streaming-rtmp-ingestion.mdx b/docs/server-side/v2/how-to-guides/live-streaming-rtmp-ingestion.mdx index 922c0a5fa..7ac19a5c0 100644 --- a/docs/server-side/v2/how-to-guides/live-streaming-rtmp-ingestion.mdx +++ b/docs/server-side/v2/how-to-guides/live-streaming-rtmp-ingestion.mdx @@ -124,6 +124,14 @@ Once stream key and RTMP endpoint have been fetched and copied, these need to be ![obs studio stream settings](/docs/v2/obs-studio-stream-settings.png) +3. Following are the recommended settings + + a. Configure output settings in the **Output** tab. + ![OBS Studio output settings](/docs/v2/obs-studio-output-settings.png) + + b. Configure audio settings in the **Audio** tab. + ![OBS Studio audio settings](/docs/v2/obs-studio-audio-settings.png) + 3. Click on ‘OK’ to confirm the details. Refer to [this guide](https://obsproject.com/kb/) to set up OBS Studio for the desired experience. diff --git a/public/docs/v2/obs-studio-audio-settings.png b/public/docs/v2/obs-studio-audio-settings.png new file mode 100644 index 000000000..dae224133 Binary files /dev/null and b/public/docs/v2/obs-studio-audio-settings.png differ diff --git a/public/docs/v2/obs-studio-output-settings.png b/public/docs/v2/obs-studio-output-settings.png new file mode 100644 index 000000000..9ecc15435 Binary files /dev/null and b/public/docs/v2/obs-studio-output-settings.png differ