Table of Contents

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

sessionId string

The created session Id.

Fields

NoSessionCreated

Indicates no session was created.

public const string NoSessionCreated = "No session was created."

Field Value

string

Properties

SessionId

Gets or sets the session Id.

[JsonPropertyName("session_id")]
public readonly string SessionId { get; }

Property Value

string