TopicPresence
public protocol TopicPresence : CustomStringConvertible
Undocumented
-
Identifier for this topic presence update
Declaration
Swift
var topic : TopicId
-
List of presences joined the topic since the last presence update
Declaration
Swift
var join : [UserPresence]
-
List of presences left the topic since the last presence update
Declaration
Swift
var leave : [UserPresence]