Jump to content
  • 0

How I reset the count viewers?


Lucas Valentim1648581688
 Share

Question

  • Answers 3
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

Posted Images

3 answers to this question

Recommended Posts

  • 0
Hi Lucas,

I fixed this issue in our latest version. Could you please upgrade v2.1?

Best Regards,
Selim

On Wednesday, July 29, 2020 at 6:03:58 PM UTC+3, Lucas Valentim wrote:
Antmedia 2.0
How I reset the count viewers? Always show a viewers when the service is offline.

antmedia.png


Link to comment
Share on other sites

  • 0
I had bad experience with last version 2.1, I'm wait a little bit for upgrade again.
At version 2.0 have reset the viewers?

Em quinta-feira, 30 de julho de 2020 17:10:24 UTC-3, Selim Emre escreveu:
Hi Lucas,

I fixed this issue in our latest version. Could you please upgrade v2.1?

Best Regards,
Selim

On Wednesday, July 29, 2020 at 6:03:58 PM UTC+3, Lucas Valentim wrote:
Antmedia 2.0
How I reset the count viewers? Always show a viewers when the service is offline.

antmedia.png


Link to comment
Share on other sites

  • 0
Hi Lucas,

You can reset with below REST Service. You can call in Browser Console section. Btw, please be sure to add your IP address in IP Filter setting in Application.

fetch( 'http://localhost:5080/rest/reset-broadcasts/WebRTCAppEE', {
method: 'POST',
headers: {
'Content-type': 'application/json; charset=UTF-8'
}
}).then(res => res.json())
.then(console.log)

Best Regards,
Selim

On Thursday, July 30, 2020 at 11:21:25 PM UTC+3, Lucas Valentim wrote:
I had bad experience with last version 2.1, I'm wait a little bit for upgrade again.
At version 2.0 have reset the viewers?

Em quinta-feira, 30 de julho de 2020 17:10:24 UTC-3, Selim Emre escreveu:
Hi Lucas,

I fixed this issue in our latest version. Could you please upgrade v2.1?

Best Regards,
Selim

On Wednesday, July 29, 2020 at 6:03:58 PM UTC+3, Lucas Valentim wrote:
Antmedia 2.0
How I reset the count viewers? Always show a viewers when the service is offline.

antmedia.png


Link to comment
Share on other sites

 Share

×
×
  • Create New...