api-v0.2.0
Breaking changes from v0.2.0
RoomService can no longer be accessed directly. To use the services, create an instance using api.LiveKitAPI(url, api_key, api_secret).
See example here
What's Changed
- feat: agent property to VideoGrants by @theomonnom in #87
- move protocol to livekit-protocol package by @theomonnom in #89 #90
- improve API ergonomics, updated examples and readme by @davidzhao in #91
- update client-sdk-python -> python-sdks by @davidzhao in #94
- add other api services, token verifier & webhooks by @theomonnom in #98
- update readme & fix access token by @theomonnom in #99
- fix webhook & add examples by @theomonnom in #100
Full Changelog: api-v0.1.3...rtc-v0.6.0