The SmashSession type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ClientID |
Gets the unique identifier of the current client.
| |
| MeetingToken |
Gets the meeting token of the session.
| |
| RefreshInterval |
Gets or sets the refresh interval (in ms) for data in all SmashTable joined to the session.
A value of 0 indicates that the Session will use 'long poll' for almost instantaneous refresh of session data.
A non-0 value specifies the number of ms between refresh operations.
| |
| SessionID |
Gets the session ID of the session.
|
See Also