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
valuestringThe location.
Returns
- IBuilderForMediaMode
The builder.
WithLocation(IpAddress)
Sets the Location on the builder.
IBuilderForMediaMode WithLocation(IpAddress value)
Parameters
valueIpAddressThe location.
Returns
- IBuilderForMediaMode
The builder.