Table of Contents

Struct SignalContent

Namespace
Vonage.Video.Signaling
Assembly
Vonage.dll

Represents a signal to be sent.

public readonly struct SignalContent
Inherited Members

Constructors

SignalContent(string, string)

Creates a signal.

public SignalContent(string type, string data)

Parameters

type string

Type of data that is being sent to the client. This cannot exceed 128 bytes.

data string

Payload that is being sent to the client. This cannot exceed 8kb.

Properties

Data

Payload that is being sent to the client. This cannot exceed 8kb.

[JsonPropertyOrder(1)]
public string Data { get; }

Property Value

string

Type

Type of data that is being sent to the client. This cannot exceed 128 bytes.

[JsonPropertyOrder(0)]
public string Type { get; }

Property Value

string