|
|
@@ -322,6 +322,7 @@ export default class Signaler { |
|
|
|
forceClosingTheEntireSession: !!this.root.autoCloseEntireSession |
|
|
|
}); |
|
|
|
|
|
|
|
//TODO: Should remove, broadcaster is the one who talks to chromecast, if they are gone the channel is useless |
|
|
|
// if broadcaster leaves; don't close the entire session |
|
|
|
if (this.signaler.isbroadcaster && !this.root.autoCloseEntireSession) { |
|
|
|
var gotFirstParticipant; |
|
|
|