648540858
2023-02-22 420dbce900967aeb5006266126256f8ce8aa8b5b
src/main/java/com/genersoft/iot/vmp/service/IPlayService.java
@@ -67,6 +67,8 @@
    void stopAudioBroadcast(String deviceId, String channelId);
    void audioBroadcastCmd(Device device, String channelId, int timeout, MediaServerItem mediaServerItem, String sourceApp, String sourceStream, AudioBroadcastEvent event) throws InvalidArgumentException, ParseException, SipException;
    void pauseRtp(String streamId) throws ServiceException, InvalidArgumentException, ParseException, SipException;
    void resumeRtp(String streamId) throws ServiceException, InvalidArgumentException, ParseException, SipException;