From b04f1cf169ffc2ed601b922dba483488cdbae75d Mon Sep 17 00:00:00 2001 From: Martin Schleyer Date: Mon, 13 Aug 2018 10:41:06 +0200 Subject: [PATCH] reset publisher (unintentional whitespace change) --- openvidu-browser/src/OpenVidu/Publisher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-browser/src/OpenVidu/Publisher.ts b/openvidu-browser/src/OpenVidu/Publisher.ts index 58badc08..0b4ddf13 100644 --- a/openvidu-browser/src/OpenVidu/Publisher.ts +++ b/openvidu-browser/src/OpenVidu/Publisher.ts @@ -74,7 +74,7 @@ export class Publisher extends StreamManager { constructor(targEl: string | HTMLElement, properties: PublisherProperties, openvidu: OpenVidu) { super(new Stream((!!openvidu.session) ? openvidu.session : new Session(openvidu), { publisherProperties: properties, mediaConstraints: {} }), targEl); this.properties = properties; - this.openvidu = openvidu; + this.openvidu = openvidu; this.stream.ee.on('local-stream-destroyed', (reason: string) => { this.stream.isLocalStreamPublished = false;