Skip to content

Commit

Permalink
Added version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Dec 7, 2023
1 parent ba33cc5 commit 6b5031f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To mirror the video. Default is `false`. For local video tracks, it is recommend
### 3. disableAutoSimulcastLayerSelect

To disable auto simulcast (Adaptive Bitrate). Default is `false` i.e. auto simulcast is enabled by default.
Checkout the [adaptive bitrate](/flutter/v2/how--to-guides/set-up-video-conferencing/adaptive-bitrate) guide for more info.
Checkout the [adaptive bitrate](/flutter/v2/how--to-guides/set-up-video-conferencing/render-video/adaptive-bitrate) guide for more info.

### 4. controller

Expand All @@ -51,7 +51,7 @@ HMSTextureViewController(addTrackByDefault: false);
- `addTrackByDefault` : To call `addTrack` by default as HMSTextureViewController object is created. If `addTrackByDefault` is set as true, track parameter also needs to be set. Default value is `true`.

- `disableAutoSimulcastLayerSelect`: To disable auto simulcast (Adaptive Bitrate). Default is `false` i.e. auto simulcast is enabled by default.
Checkout the [adaptive bitrate](/flutter/v2/how--to-guides/set-up-video-conferencing/adaptive-bitrate) guide for more info.
Checkout the [adaptive bitrate](/flutter/v2/how--to-guides/set-up-video-conferencing/render-video/adaptive-bitrate) guide for more info.

How 100ms uses `HMSTextureViewController` in its prebuilt, check it out [here](https://github.com/100mslive/100ms-flutter/blob/main/packages/hms_room_kit/lib/src/meeting/meeting_store.dart)

Expand Down
7 changes: 6 additions & 1 deletion docs/flutter/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ nav: 99

# 1.9.4 - 2023-12-07

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| @100mslive/hms_room_kit | 1.0.6 |
| @100mslive/hmssdk_flutter | 1.9.4 |

### Added

- Added `HMSTextureView` for improved performance of video rendering on Android devices. This is an alternative to `HMSVideoView` which is based on `SurfaceView`.

Learn more about `HMSTextureView` [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/set-up-video-conferencing/render-video#hms-texture-view).
Learn more about `HMSTextureView` [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/set-up-video-conferencing/render-video/hms-texture-view).

Updated to Android SDK 2.8.3 & iOS SDK 1.3.1

Expand Down

0 comments on commit 6b5031f

Please sign in to comment.