- From: Shih-Chiang Chien via GitHub <sysbot+gh@w3.org>
- Date: Tue, 07 Nov 2017 16:57:54 +0000
- To: public-webscreens@w3.org
Exchanging SDP and ICE candidates are the missing part for bootstrapping RTCDataChannel. https://wiki.mozilla.org/WebAPI/PresentationAPI:Protocol_Draft#Establish_Data_Channel is the minimal protocol we need. Three message types to be defined: 1. send-offer: contains the full text of SDP created by the controlling UA 2. send-answer: contains the full text of SDP generated by the receiver UA 3. update-ice-candidate: contains one entry of the available ICE candidate (IP address) upon discovery. reference: https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling#Designing_the_signaling_protocol -- GitHub Notification of comment by schien Please view or discuss this issue at https://github.com/webscreens/openscreenprotocol/issues/73#issuecomment-342548917 using your GitHub account
Received on Tuesday, 7 November 2017 16:57:59 UTC