主线合并talk模式

This commit is contained in:
648540858
2023-03-20 14:40:17 +08:00
parent 039fbf7e24
commit b3c4636520
5 changed files with 9 additions and 22 deletions

View File

@@ -4,6 +4,6 @@ package com.genersoft.iot.vmp.vmanager.gb28181.play.bean;
/**
* @author lin
*/
public interface AudioEvent {
public interface AudioBroadcastEvent {
void call(String msg);
}