| | |
| | | import javax.sip.InvalidArgumentException;
|
| | | import javax.sip.PeerUnavailableException;
|
| | | import javax.sip.SipException;
|
| | | import javax.sip.message.Message;
|
| | | import javax.sip.message.Request;
|
| | | import java.text.ParseException;
|
| | |
|
| | |
| | | * 视频流停止
|
| | | */
|
| | | void streamByeCmd(Device device, String channelId, String stream, String callId, SipSubscribe.Event okEvent) throws InvalidArgumentException, SipException, ParseException, SsrcTransactionNotFoundException;
|
| | |
|
| | | void streamByeCmd(Device device, String channelId, String stream, String callId) throws InvalidArgumentException, ParseException, SipException, SsrcTransactionNotFoundException;
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | void sendAlarmMessage(Device device, DeviceAlarm deviceAlarm) throws InvalidArgumentException, SipException, ParseException;
|
| | |
|
| | | void transmitRequest(String transport, Request request) throws SipException, ParseException ;
|
| | |
|
| | | void transmitRequest(String transport, Request request, SipSubscribe.Event errorEvent) throws SipException, ParseException;
|
| | |
|
| | | void transmitRequest(String transport, Request request, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent) throws SipException, ParseException;
|
| | | }
|