AgoraIO-Community / Angular-Agora-RTC

11 stars 16 forks source link

Video is shared even if I call the leave function #23

Open nitinjs opened 4 years ago

nitinjs commented 4 years ago

Hi,

Video is shared even if I call the leave function

leave() { this.agoraService.client.leave(() => { console.log("Leavel channel successfully"); }, (err) => { console.log("Leave channel failed"); }); }

How do I stop video streaming immediately after leave is called?