[+] 音频监控

This commit is contained in:
acgist
2023-03-05 11:56:31 +08:00
parent 3bc39b4d48
commit c49c3b19d8
15 changed files with 527 additions and 332 deletions

View File

@@ -196,7 +196,7 @@ public interface Constant {
*/
String RTP_PARAMETERS = "rtpParameters";
/**
* RTP能力
* RTP协商
*/
String RTP_CAPABILITIES = "rtpCapabilities";
/**
@@ -208,7 +208,7 @@ public interface Constant {
*/
String SCTP_PARAMETERS = "sctpParameters";
/**
* SCTP能力
* SCTP协商
*/
String SCTP_CAPABILITIES = "sctpCapabilities";
/**