Table of Contents

Interface IBuilderForApplicationId

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

Represents a builder that allows to set the ApplicationId.

public interface IBuilderForApplicationId

Methods

WithApplicationId(Guid)

Sets the ApplicationId on the builder.

IBuilderForSessionId WithApplicationId(Guid value)

Parameters

value Guid

The application id.

Returns

IBuilderForSessionId

The builder.