This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
p2p safari -> android : safari call publication.stop() get error message in console #431
Open
Description
1 android and safari connect server with h264
2 android and safari add remoteId each other
3 safari publish local stream to android
4 safari publication.stop() to android
except:
android client trigger RemoteStream.end and stop success
actual:
android client can not trigger RemoteStream and safari client get error message in console
log
TypeError: this._pc.removeStream is not a function. (In 'this._pc.removeStream(this._pendingUnpublishStreams[o].mediaStream)', 'this._pc.removeStream' is undefined)