SFU support added, SFU configured, IPC support session server added
This commit is contained in:
@@ -75,7 +75,8 @@ function webRtcPlayer(parOptions) {
|
||||
}
|
||||
|
||||
// Prefer SFU or P2P connection
|
||||
this.preferSFU = urlParams.has('preferSFU');
|
||||
this.preferSFU = true//urlParams.has('preferSFU');
|
||||
console.log('USING SFU: ', this.preferSFU)
|
||||
console.log(this.preferSFU ?
|
||||
"The browser will signal it would prefer an SFU connection. Remove ?preferSFU from the url to signal for P2P usage." :
|
||||
"The browser will signal for a P2P connection. Pass ?preferSFU in the url to signal for SFU usage.");
|
||||
|
||||
Reference in New Issue
Block a user