Skip to content

Commit

Permalink
Merge branch 'master' into fix-allowable-values
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya authored Nov 5, 2024
2 parents 402269c + 731a386 commit e8fa574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/antmedia/AntMediaApplicationAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ public void notifyWebhookForStreamStatus(Broadcast broadcast, int width, int hei
variables.put("inputQueueSize", inputQueueSize);
variables.put("speed", speed);
variables.put("timestamp", System.currentTimeMillis());
variables.put("streamName",broadcast.getName());

try {
sendPOST(listenerHookURL, variables, appSettings.getWebhookRetryCount(), appSettings.getWebhookContentType());
Expand Down

0 comments on commit e8fa574

Please sign in to comment.