OpenTok Windows SDK
Properties | List of all members
OpenTok.Session.SignalEventArgs Class Reference

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
get

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

◆ Data

string OpenTok.Session.SignalEventArgs.Data
get

The signal data.

◆ Type

string OpenTok.Session.SignalEventArgs.Type
get

The type string of the signal.


The documentation for this class was generated from the following file: