- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Mon, 29 Jun 2015 20:04:21 +0000
- To: "public-ortc@w3.org" <public-ortc@w3.org>
WebRTC 1.0 has added support for RTCIceCredentialType to RTCIceServer:
dictionary RTCIceServer {
required (DOMString or sequence) urls;
DOMString username;
DOMString credential;
RTCIceCredentialType credentialType = "password";
};
enum RTCIceCredentialType {
"password",
"token"
};
Proposal is to add support into ORTC API as well.
Received on Monday, 29 June 2015 20:04:52 UTC