Through this class, can listen to the status of the line/conf/audio route/xxx. you must override callback methods related
All
method | description |
---|---|
public CallStatusListener (); |
Constructs a new CallStatusListener.
Init message handler and init inner ICallStatusListener.
Supported Products:All |
public void onLineIdChanged (int oldLineId, int newLineId); |
Callback invoked when line id changed. need listen LINE_ID Params:Supported Products:All |
public void onLineStatusChanged (int notifyType, BaseLine line, java.util.List lines); |
Callback invoked when line status changed. need listen LINE_STATUS Params:Supported Products:All |
public void onHookEventChanged (int device, boolean isOffHook); |
Callback invoked when hook event status changed. need listen HOOK_EVENT_STATUSParams:Supported Products:GXV3350, GXV3370, GXV3380 |
public void destroy (); |
Destroy callback instance and release related memory Call this method,when you no longer to use this callStatusListener object again. Supported Products:All |
Member | description |
---|---|
public ICallStatusListener callback |
Inner call status listener
Supported Products:All |