Represents a connection between a client and an Vonage Video API session. More...
Inherits IDisposable.
Public Member Functions | |
void | Dispose () |
Disposes of the Connection object's resources. More... | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Properties | |
string | Id [get] |
The unique ID for this connection. More... | |
string | Data [get] |
A string containing metadata describing the connection. You can add this connection data when you create a token. More... | |
DateTime | CreationTime [get] |
Returns the time at which the connection was created on the Vonage Video API server. More... |
Represents a connection between a client and an Vonage Video API session.
The Session.Connection
property is set to a Connection object that represents the local user's connection. The Stream.Connection
property is set to a Connection object that represents the stream publisher's connection. To initialize a session, call the
OpenTok.Session.Session(Context, string, string, bool, Uri, bool, Uri, IceConfig) constructor, which returns the Session object. Then call the Session.Connect(string) method to connect to the session. When the connection to the session is made, the Session object sends the Session.Connected event.
When streams connect to a session, the Session object sends the Session.StreamReceived event. Compare the connection
property of a Stream object with the connection
property of the Session object to determine if a stream is published by your client or another.
|
disposing |
void OpenTok.Connection.Dispose | ( | ) |
Disposes of the Connection object's resources.
override bool OpenTok.Connection.Equals | ( | object | obj | ) |
obj |
override int OpenTok.Connection.GetHashCode | ( | ) |
|
Returns the time at which the connection was created on the Vonage Video API server.
|
A string containing metadata describing the connection. You can add this connection data when you create a token.
|
The unique ID for this connection.