Struct VideoToken
- Namespace
- Vonage.Video.Authentication
- Assembly
- Vonage.dll
Represents a token for the Video Client.
public readonly struct VideoToken
- Inherited Members
Constructors
VideoToken(string, string)
Creates a token.
public VideoToken(string sessionId, string token)
Parameters
Properties
SessionId
The session Id.
public string SessionId { get; }
Property Value
Token
The token.
public string Token { get; }