public interface MgcpEndpointObserver
| Modifier and Type | Method and Description |
|---|---|
void |
onEndpointStateChanged(MgcpEndpoint endpoint,
MgcpEndpointState state)
Fired when an endpoint state changes.
|
void onEndpointStateChanged(MgcpEndpoint endpoint, MgcpEndpointState state)
An endpoint becomes ACTIVE when it contains at least one connection. Its Mixer is active and consumes CPU.
An endpoint becomes INACTIVE when it contains no connections. Its Mixer is inactive and does not consume CPU.
endpoint - The endpoint whose state changed.state - The new state of the endpoint.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.