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

safari -> windows: safari trigger publish failure callback after windows call p2p.stop()

Open zhangyihui1 opened this issue 5 years ago • 0 comments

1: safari and windows connect server 2: safari and windows publish local stream each other 3: windows call p2p.stop()

expect: p2p.stop() success and both side trigger remoteStream.ended event

actual: windows side can not trigger remote stream.ended , safari side trigger publish failure callback

safari 13.1 windows 4.3.x js sdk 4.3.x

log: [Info] Received owt message. (sc.websocket.js, line 118) [Log] Received signaling message from 12: {"type":"chat-closed"} (owt.js, line 9) [Log] Channel received message: [object Object] (owt.js, line 9) [Log] Stream is removed. (peercall.html, line 251) [Log] publish failed – Error — owt.js:9:68313 (peercall.html, line 207) Error — owt.js:9:68313 [Log] Signaling state changed: stable (owt.js, line 9) [Log] Draining pending streams. (owt.js, line 9) [Log] Peer connection is ready for draining pending streams. (owt.js, line 9) [Log] Draining pending messages. (owt.js, line 9)

zhangyihui1 avatar May 19 '20 01:05 zhangyihui1