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
valueUriThe uri.
Returns
- IBuilderForOptionalSip
The builder.