WebRTC Module
This commit is contained in:
parent
bbd2ff8057
commit
06d822e576
|
@ -26,7 +26,7 @@ export default class WebRTC
|
||||||
|
|
||||||
public peer? : Peer;
|
public peer? : Peer;
|
||||||
|
|
||||||
public WebRTC()
|
constructor()
|
||||||
{
|
{
|
||||||
this.rtc = new RTCPeerConnection({
|
this.rtc = new RTCPeerConnection({
|
||||||
iceCandidatePoolSize: 0,
|
iceCandidatePoolSize: 0,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue