owt-client-javascript icon indicating copy to clipboard operation
owt-client-javascript copied to clipboard

p2p safari -> android : safari call publication.stop() get error message in console

Open zhangyihui1 opened this issue 4 years ago • 1 comments

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)

zhangyihui1 avatar Dec 15 '20 03:12 zhangyihui1

safari version : 14.0.1 android: xiaomi 10

zhangyihui1 avatar Dec 15 '20 03:12 zhangyihui1