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
valueGuidThe application id.
Returns
- IBuilderForSessionId
The builder.