SessionEventArgs class
Defines content for session events like SessionStarted/Stopped, SoundStarted/Stopped.
Constructors
Session |
Creates and initializes an instance of this class. |
Properties
session |
Represents the session identifier. |
Constructor Details
SessionEventArgs(string)
Creates and initializes an instance of this class.
new SessionEventArgs(sessionId: string)
Parameters
- sessionId
-
string
The session id.
Property Details
sessionId
Represents the session identifier.
string sessionId
Property Value
string
Represents the session identifier.