SpaceEvent
public enum SpaceEventThe struct of a space event
Since
2.3.0- 
                  
                  The callback when a new space was created. DeclarationSwift case create(Space)
- 
                  
                  The callback when a space was changed (usually a rename). DeclarationSwift case update(Space)
- 
                  
                  Callback a spaceId when a space call started. DeclarationSwift case spaceCallStarted(String)
- 
                  
                  Callback a spaceId when a space call ended. DeclarationSwift case spaceCallEnded(String)
 View on GitHub
View on GitHub SpaceEvent Enumeration Reference
        SpaceEvent Enumeration Reference