You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is PluginMediaStreamRenderer.mediaStreamChanged() uses pluginMediaStream.videoTracks from main thread while iosrtcPlugin.MediaStream_removeTrack can remove tracks from thread owned by iosrtcPlugin.queue...
The text was updated successfully, but these errors were encountered:
over
PluginMediaStream.videoTracks
The problem is
PluginMediaStreamRenderer.mediaStreamChanged()
usespluginMediaStream.videoTracks
from main thread whileiosrtcPlugin.MediaStream_removeTrack
can remove tracks from thread owned byiosrtcPlugin.queue
...The text was updated successfully, but these errors were encountered: