RELAY Realtime SDK 3.2.0
· One min read
We are happy to announce Realtime-API SDK 3.2.0.
Upgrading is straightforward with our release process, which adheres to Semantic Versioning. Minor versions are guaranteed to not have breaking changes, so you can upgrade with confidence.
This is a small release that contains a couple of minor fixes and improvements.
Improvements
- Expose
getRoomSessions()
andgetRoomSessionById()
on the VideoClient to retrieve in-progress RoomSessions. (#580) e8a54a63 - Expose
removeAllMembers()
on RoomSession (#581) 14c08b89