Genies Web SDK v0.1.34
Updated: April 22, 2026
What's Fixed
- Fixed a crash in the channel-state listener introduced in v0.1.33.
AvatarController::Updateruns on a pthread worker, andemscripten::valcan only be invoked on the main thread. Channel-state events are now marshalled to the main thread before the JS callback is invoked.