livekit / client-sdk-swift

LiveKit Swift Client SDK. Easily build live audio or video experiences on iOS, macOS, tvOS, and visionOS.
https://livekit.io
Apache License 2.0
197 stars 97 forks source link

Merge Room and Engine #324

Closed hiroshihorie closed 7 months ago

hiroshihorie commented 8 months ago

Internal re-restructuring of merging Engine & Room classes. Simplifies async operations between Engine -> Room (Removes EngineDelegate). The large Room class will be separated and organized using categories.