Interface YospaceEventMap

The events fired by the Yospace API.

interface YospaceEventMap {
    sessionavailable: Event<"sessionavailable">;
}

Properties

Properties

sessionavailable: Event<"sessionavailable">

Fired when a new Yospace session starts.