Determining Stream Type is inconsistent between LocalVideoStream and RemoteVideoStream #65
Labels
Calling
Issue involves Calling functionality.
Feature Request
New feature or request
JavaScript
Issues involving the JavaScript SDK
Roadmap
Issue is resolved by an item on the ACS Roadmap
UV
Is your feature request related to a problem? Please describe.
If a user is working with a
LocalVideoStream
, they can fetch the type through the methodgetMediaStreamType()
.https://docs.microsoft.com/en-us/javascript/api/azure-communication-services/@azure/communication-calling/localvideostream?view=azure-communication-services-js
If a user is working with a
RemoteVideoStream
, they can fetch the type through the propertytype
.https://docs.microsoft.com/en-us/javascript/api/azure-communication-services/@azure/communication-calling/remotevideostream?view=azure-communication-services-js#type
Describe the solution you'd like
Could
LocalVideoStream
expose a property calledtype
so the developer does not have to have two code paths for dealing with type determination?The text was updated successfully, but these errors were encountered: