me property
A User
object that identifies the currently active user.
The user is uniquely identified by their id; all other fields
(name, photo, etc) are overwritten in the TalkJS database each
time they change.
Alternatively, only pass a user ID (as a string) if you are certain
that the user object exists. */
Implementation
external User me;