Skip to content

Commit

Permalink
Updated HMSTextureView docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Dec 14, 2023
1 parent 1029300 commit 2181441
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Checkout the [adaptive bitrate](/flutter/v2/how--to-guides/set-up-video-conferen

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)

### 5. addTrackByDefault
### 5. track

To call `addTrack` by default as HMSTextureView is attached to the tree. Default value is `true`. If you are passing this as well ensure that you have the instance of `HMSTextureViewController` as well.
This will render video with trackId present in the track. Use video track only.

## How to get HMSVideoTrack

Expand Down

0 comments on commit 2181441

Please sign in to comment.