5.6.1 RTCIceParameters字典

  1. dictionary RTCIceParameters {
  2. DOMString usernameFragment;
  3. DOMString password;
  4. };

字典RTCIceParameters成员

DOMString类型的usernameFragment:在[ICE],章节7.1.2.3中定义的ICE用户名片段。

DOMString类型的password:在[ICE],章节7.1.2.3中定义的ICE密码。