完善talk模式

This commit is contained in:
648540858
2023-03-20 14:20:28 +08:00
parent 663130df45
commit a000ed6062
8 changed files with 28 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ public interface IPlayService {
void zlmServerOnline(String mediaServerId);
AudioBroadcastResult audioBroadcast(Device device, String channelId);
AudioBroadcastResult audioBroadcast(Device device, String channelId, Boolean broadcastMode);
void stopAudioBroadcast(String deviceId, String channelId);
void audioBroadcastCmd(Device device, String channelId, MediaServerItem mediaServerItem, int timeout, AudioEvent event) throws InvalidArgumentException, ParseException, SipException;