Struct CreateSessionResponse
- Namespace
- Vonage.Video.Sessions.CreateSession
- Assembly
- Vonage.dll
Represents the response when a session has been created.
public struct CreateSessionResponse
- Inherited Members
Constructors
CreateSessionResponse(string)
Creates a new response.
[JsonConstructor]
public CreateSessionResponse(string sessionId)
Parameters
sessionIdstringThe created session Id.
Fields
NoSessionCreated
Indicates no session was created.
public const string NoSessionCreated = "No session was created."
Field Value
Properties
SessionId
Gets or sets the session Id.
[JsonPropertyName("session_id")]
public readonly string SessionId { get; }