Interface IBuilderForSessionId
- Namespace
- Vonage.Video.Sip.InitiateCall
- Assembly
- Vonage.dll
Represents a builder that allows to set the SessionId.
public interface IBuilderForSessionId
Methods
WithSessionId(string)
Sets the SessionId on the builder.
IBuilderForToken WithSessionId(string value)
Parameters
valuestringThe session id.
Returns
- IBuilderForToken
The builder.