Table of Contents

Interface IBuilderForSipUri

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

Represents a builder that allows to set the Sip uri.

public interface IBuilderForSipUri

Methods

WithSipUri(Uri)

Sets the Sip uri on the builder.

IBuilderForOptionalSip WithSipUri(Uri value)

Parameters

value Uri

The uri.

Returns

IBuilderForOptionalSip

The builder.