43
edits
Line 191: | Line 191: | ||
=== Signaling System: SetRemote(Callee) === | === Signaling System: SetRemote(Callee) === | ||
http://www.websequencediagrams.com/?lz= | http://www.websequencediagrams.com/?lz=dGl0bGUgU2lnbmFsaW5nIFRocmVhZHMgKENhbGxlZTogU2V0UmVtb3RlRGVzY3JpcHRpb24pCnBhcnRpY2lwYW50ICJET00AMQciIGFzIERPTQATDVBDIGFzIFBDACcOQ0NBUFBfVGFzawAwBQAKBQBKDUdTTVRhc2sgYXMgR1MARA5TVFMgYXMgU1RTCgpET00gLT4gUEM6IERpc3BhdGNoKACBHhZQQyAtPgBjBjogSVBDKEZFQVRVUkVfU0VUUkVNT1RFU0MpCgCBEwUgLT4gR1NNACEGQ0NfTVNHABwKRAAjBQpHUwB0BQAiBXBhcnNlIGFuZCB2ZXJpZnkgb2ZmZXIAFg1jcmVhdGUgcgCCRwUgU3RyZWFtcwA9CFNUUwCBNAtJQ0UgQ2FuZGlkYXRlcwBhCgCBMAtNZWRpYQA_BgCBKAsAgXgNABYNAIF2BkRPTQAJGABRE1N0YXRlPUFsZXJ0aW5nKSAAURcAGA8AVhUARQZOZWdvdGlhACEGCg&s=default | ||
The callee receives an offer through its signaling mechanism and calls the JS API setRemoteDescription passing in the SDP. Internally in the GSMTask the offer SDP is parsed, the remote media streams are constructed and events are fired back to the DOM Thread signaling the addition of remote media streams. If there are ICE candidates in the offer SDP they are dispatched to the STS thread for ICE processing. | The callee receives an offer through its signaling mechanism and calls the JS API setRemoteDescription passing in the SDP. Internally in the GSMTask the offer SDP is parsed, the remote media streams are constructed and events are fired back to the DOM Thread signaling the addition of remote media streams. If there are ICE candidates in the offer SDP they are dispatched to the STS thread for ICE processing. |
edits