Le SELECT du choix de rôle devient un radio
This commit is contained in:
10
node_modules/wrtc/lib/sessiondescription.js
generated
vendored
Normal file
10
node_modules/wrtc/lib/sessiondescription.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
function RTCSessionDescription(descriptionInitDict) {
|
||||
if (descriptionInitDict) {
|
||||
this.type = descriptionInitDict.type;
|
||||
this.sdp = descriptionInitDict.sdp;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = RTCSessionDescription;
|
||||
Reference in New Issue
Block a user