jianjunz
jianjunz
There is a limitation of the max number of `PeerConnection`s. Please try `applyOptions` if you want to update resolution.
What's the reason for this change? Testing is required before a PR is merged.
Hi, `AudioSourceInfo` and `VideoSourceInfo` are hints of media source. What do you expect SDK or server to do for audio/video read from file?
Hi, It should be listed in documentation. If they are not fired correctly, please file a bug. Thanks.
Please check your `stream` to see if only has video tracks. If it also has audio tracks, you'll the error message above.
Thanks for your PR. Perhaps we need to correctly set `_audioTrackId` and `_videoTrackId` instead of using `transportId` since `transportId` is for transport. Multiple publications, subscriptions can share the same the...
It could be set after a `Subscription` is created. And the initial audio track ID and initial video track ID are `mediaOptions.audio.from` and `mediaOptions.video.from` in `subscribe` method. You may store...
Hi, If you want this issue to be addressed at server side, please report it to https://github.com/open-webrtc-toolkit/owt-server. Thanks.
Please create a `ConferenceClient` with your own configuration.
Hi, I'm afraid there is no plan to support UWP at this time.