Table of Contents

Struct InitiateCallResponse

Namespace
Vonage.Video.Sip.InitiateCall
Assembly
Vonage.dll

Represents the response when initiating a call.

public struct InitiateCallResponse
Inherited Members

Properties

ConnectionId

The Vonage Video connection ID for the SIP call's connection in the Vonage Video session. You can use this connection ID to terminate the SIP call, using the Vonage Video REST API.

public Guid ConnectionId { readonly get; set; }

Property Value

Guid

Id

A unique ID for the SIP call.

public string Id { readonly get; set; }

Property Value

string

StreamId

The Vonage Video stream ID for the SIP call's stream in the Vonage Video session.

public string StreamId { readonly get; set; }

Property Value

string