once()
once(event: string, callback: function)
Sample subscription code
sambaFrame.once('audioEnabled', (event) => {
console.log('This will be printed only once even if user enables audio 5 times');
});Last updated
once(event: string, callback: function)
sambaFrame.once('audioEnabled', (event) => {
console.log('This will be printed only once even if user enables audio 5 times');
});Last updated