public interface KurentoConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
connected()
Method invoked when the Kurento client successfully connects to the server.
|
void |
connectionFailed()
Method invoked when the Kurento client could not connect to the server.
|
void |
disconnected()
Method invoked when the Kurento client connection with the server is interrupted.
|
void |
reconnected(boolean sameServer)
Method invoked when the Kurento client is reconnected to a server.
|
void connected()
void connectionFailed()
void disconnected()
void reconnected(boolean sameServer)
Copyright © 2019 Kurento. All rights reserved.