public class CallTracker extends Object implements ChannelHangupListener
| Modifier and Type | Method and Description |
|---|---|
void |
channelHangup(Channel channel,
Integer cause,
String causeText) |
void |
endSweep() |
int |
findChannel(Channel newChannel) |
PeerState |
getState() |
boolean |
hasEnded() |
void |
remove(Channel channel)
Remove a channel from the call.
|
void |
setState(ChannelState channelState) |
void |
startSweep() |
String |
toString() |
public PeerState getState()
public void setState(ChannelState channelState)
s - public int findChannel(Channel newChannel)
public void remove(Channel channel)
channel - public void startSweep()
public void endSweep()
public boolean hasEnded()
public void channelHangup(Channel channel, Integer cause, String causeText)
channelHangup in interface ChannelHangupListenerCopyright © 2004–2021. All rights reserved.