SpaceEvent
public enum SpaceEvent
The struct of a space event
Since
2.3.0-
The callback when a new space was created.
Declaration
Swift
case create(Space)
-
The callback when a space was changed (usually a rename).
Declaration
Swift
case update(Space)
-
Callback a spaceId when a space call started.
Declaration
Swift
case spaceCallStarted(String)
-
Callback a spaceId when a space call ended.
Declaration
Swift
case spaceCallEnded(String)