Class PresenceOptions
Options used to initialize Realtime Presence
public class PresenceOptions
- Inheritance
-
PresenceOptions
- Inherited Members
Constructors
PresenceOptions(string)
Presence options.
public PresenceOptions(string presenceKey)
Parameters
presenceKey
string
Properties
PresenceKey
key option is used to track presence payload across clients
[JsonProperty("key")]
public string PresenceKey { get; set; }