Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.Session.SignalEventArgs

Defines arguments for the Session.Signal event. More...

Inherits EventArgs.

Properties

string Type [get]
 The type string of the signal. More...
string Data [get]
 The signal data. More...
Connection Connection [get]
 The connection identifying the client that sent the signal. This value can be null. More...

Detailed Description

Defines arguments for the Session.Signal event.

Property Documentation

◆ Connection

Connection OpenTok.Session.SignalEventArgs.Connection

The connection identifying the client that sent the signal. This value can be null.

◆ Data

string OpenTok.Session.SignalEventArgs.Data

The signal data.

◆ Type

string OpenTok.Session.SignalEventArgs.Type

The type string of the signal.