Table of Contents

Interface IBuilderForContent

Namespace
Vonage.Video.Signaling.SendSignals
Assembly
Vonage.dll
public interface IBuilderForContent

Methods

WithContent(SignalContent)

Sets the signal content to send to all participants. The type string has a maximum length of 128 bytes, and the data string has a maximum size of 8 kB.

IBuilderForOptional WithContent(SignalContent value)

Parameters

value SignalContent

Returns

IBuilderForOptional

Examples

.WithContent(new SignalContent("chat", "Hello everyone!"))