Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Description Fixes low level peer metadata retrieval from RTC Endpoint. ## Motivation and Context The tsclient's `ReconnectionManager` was still unaware of the metadata being divided between peer and server. The type of the metadata at the `LocalTrack` level is `unknown` and `ReconnectionManager` was wrongfully casting it as `PeerMetadata`. This led to issues with providing correct metadata while reconnecting. ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Loading branch information