Modified Login Ack message to provide more info.
This commit is contained in:
@ -4,5 +4,14 @@ namespace HermesSocketLibrary.Socket.Data
|
||||
{
|
||||
public string UserId { get; set; }
|
||||
public bool AnotherClient { get; set; }
|
||||
public long? OwnerId { get; set; }
|
||||
public bool Admin { get; set; }
|
||||
public bool WebLogin { get; set; }
|
||||
|
||||
public string DefaultTTSVoice { get; set; }
|
||||
public IEnumerable<string> EnabledTTSVoices { get; set; }
|
||||
public IDictionary<string, string> TTSVoicesAvailable { get; set; }
|
||||
|
||||
public Connection[] Connections { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user