PVT_INDICATION_INCOMING_TRACK |
Indicates that the peer terminal has established an incoming track. The local buffer specifies the media type associated with the track. The first octet of the local buffer indicates the media type. The second,third and fourth octets are reserved. The four octets from five to eight are to be interpreted as a unique track id. The format type and additional capabilities are indicated using the PV2WayTrackInfoInterface extension interface. |
PVT_INDICATION_OUTGOING_TRACK |
Indicates that the local terminal has established an outgoing track that is acceptable to the peer. The local buffer specifies the media type associated with the track. The first octet of the local buffer indicates the media type. The second,third and fourth octets are reserved. The four octets from five to eight are to be interpreted as a unique track id. The format type and additional capabilities are indicated using the PV2WayTrackInfoInterface extension interface. |
PVT_INDICATION_DISCONNECT |
Indicates that 2way engine has ended the current telephony session. The app can now either reset the engine or make a subsequent call. |
PVT_INDICATION_CLOSING_TRACK |
Indicates the start of unsolicited closure of an incoming/outgoing track. The PVT_INDICATION_CLOSE_TRACK indication will be sent when the track is completely close. The first octet of the local buffer indicates the direction of the track. The second and third octets indicates the track id. |
PVT_INDICATION_CLOSE_TRACK |
Indicates an unsolicited closure of an incoming/outgoing track. Any media sink/source associated with this will be stopped and returned to the application. The first octet of the local buffer indicates the media type of the track. The second octet indicates the direction. The third octet indicates whether there is a replacement for this track available. If true, the application may add data source/sink for this track again. |
PVT_INDICATION_PAUSE_TRACK |
Indicates that the remote terminal has paused an incoming track. Any media sink associated with this will be stopped. |
PVT_INDICATION_RESUME_TRACK |
Indicates that the remote terminal has resumed an incoming track. Any media sink associated with this will be restarted. |
PVT_INDICATION_INTERNAL_ERROR |
Indicates an internal error in the pv2way engine. The derived class provides further information about the actual error. |