Topic
public protocol Topic : CustomStringConvertible
Undocumented
-
Identifier for this topic
Declaration
Swift
var topicId : TopicId
-
List of user presences in this topic
Declaration
Swift
var presences : [UserPresence]
-
The current user’s presence in the topic
Declaration
Swift
var presenceSelf : UserPresence