public class SignalProperties
extends java.lang.Object
properties parameter of the
OpenTok.signal(String, SignalProperties) (String, String)} method.(String, String)| Modifier and Type | Class and Description |
|---|---|
static class |
SignalProperties.Builder
Use this class to create a SignalProperties object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
data()
Returns the type of the signal
|
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
toMap()
Returns the signal properties as a Map.
|
java.lang.String |
type()
Returns the type of the signal
|