Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Hanzala => UI Fixes

Shahroz & Rizwan => Voice Call Code


Aqif => APIs + Live\Offline Users + Live Users Stream
Mohsin => 1st Release Requirements + Refreshment
Adeel =>
Waqar => Video Stream, Video Call & Features.
Basit => App Testing

//how to get live users on agora channel


_getLiveUsers = async () => {
await agoraEngineRef.current.getCallId().then((callId) => {
console.log('callId', callId);
})
.catch((err) => {
console.warn('getCallId', err);
});
};

You might also like