Closed darkbcx closed 7 years ago
initPublisher() { this.session.connect(this._publisherToken); this.publisher.publish(this.session, '', 'HIGH', '30'); this.publisher.events.on('streamDestroyed', (result) => { console.log('publisher stream destroyed'); }); }
I got error message : TypeError: Cannot read property 'on' of undefined
TypeError: Cannot read property 'on' of undefined
@darkbcx update to the latest version 😄
I got error message :
TypeError: Cannot read property 'on' of undefined