5.6.1 RTCIceParameters字典
dictionary RTCIceParameters {DOMString usernameFragment;DOMString password;};
字典RTCIceParameters成员
DOMString类型的usernameFragment:在[ICE],章节7.1.2.3中定义的ICE用户名片段。
DOMString类型的password:在[ICE],章节7.1.2.3中定义的ICE密码。
