Interface IBuilderForSessionId
- Namespace
- Vonage.Video.ExperienceComposer.Start
- Assembly
- Vonage.dll
Represents a builder for session Id.
public interface IBuilderForSessionId
Methods
WithSessionId(string)
Sets the session Id on the builder.
IBuilderForToken WithSessionId(string value)
Parameters
valuestringThe session Id.
Returns
- IBuilderForToken
The builder.