Table of Contents

Interface IBuilderForLocation

Namespace
Vonage.Video.Sessions.CreateSession
Assembly
Vonage.dll

Represents a builder that allows to set the Location.

public interface IBuilderForLocation

Methods

WithLocation(string)

Sets the Location on the builder.

IBuilderForMediaMode WithLocation(string value)

Parameters

value string

The location.

Returns

IBuilderForMediaMode

The builder.

WithLocation(IpAddress)

Sets the Location on the builder.

IBuilderForMediaMode WithLocation(IpAddress value)

Parameters

value IpAddress

The location.

Returns

IBuilderForMediaMode

The builder.