issues
search
100mslive
/
100ms-flutter
Flutter Live Streaming, Video Conferencing SDK & Sample App
https://www.100ms.live/
MIT License
144
stars
73
forks
source link
Added addTrack call explicitly
#1780
Closed
Decoder07
closed
5 months ago
Decoder07
commented
5 months ago
Description
Fixed a bug where addTrack was not getting called with new track in
HMSTextureView
.
Pre-launch Checklist
[X] The
Documentation
is updated accordingly, or this PR doesn't require it.
[X] I updated/added relevant documentation (doc comments with
///
).
[X] I listed at least one issue that this PR fixes in the description above.
[X] I read and followed the
Flutter Style Guide
, including
Features we expect every widget to implement
.
[X] I added new tests to check the change I am making, or this PR is test-exempt.
[X] All existing and new tests are passing.
Description
HMSTextureView
.Pre-launch Checklist
///
).