jitsi / jitsi-meet-react-sdk

React SDK for Jitsi Meet
Apache License 2.0
65 stars 36 forks source link

getRoomsInfo() does not exist as a function? #31

Closed Papillon6814 closed 1 year ago

Papillon6814 commented 1 year ago

Hello. I'm wondering getRoomsInfo() function does not exist in this repository yet 🤔 If there's not, may I create a pull request for that?

Thank you for your attention.

mihhu commented 1 year ago

hey, it's already implemented within the JitsiMeetExternalApi, if you want to use it you can simply call it on your instance: apiRef.current.getRoomsInfo().then(rooms => console.log(rooms));

Papillon6814 commented 1 year ago

Ohh okay! Thank you for the info!