reset publisher (unintentional whitespace change)

pull/108/head
Martin Schleyer 2018-08-13 10:41:06 +02:00
parent d40285ccc5
commit b04f1cf169
1 changed files with 1 additions and 1 deletions

View File

@ -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;