Author Message
sercanoztorun
Joined: Feb 14, 2018
Messages: 31
Offline
Hi Experts,


During audio call, participant send video request then i deny this. Participant does not have any information for this decline.
By the way there is no problem for accepting video request.

I use denySendVideo() method to deny video request.

I attached server and client logs.
Server logs shows that 200 OK messages for decline but it is not working.

Versions
PS:8.1.2
AAWG:3.8.0.0.165
Breeze Javascript SDK:4.4.0.14

Thanks for your help.
We are waiting solutions as soon as possible.

Filename video_request_decline.tgz [Disk] Download
Filename localhost-1584022119604.log [Disk] Download
lfarias
Joined: Oct 7, 2019
Messages: 46
Offline
Hello sercanoztorun,

Since this issue may be related to a server's behavior, please include AAWG logs.

Also, we're taking a look at your problem, we'll get back to you as soon as possible.

Leandro,
Avaya DevConnect support team.
urban52
Joined: Mar 5, 2020
Messages: 4
Offline
Hi sercanoztorun,

This is working as intended.
Given a p2p call, an user A and an user B:
The call starts as audio only, the user A adds video:
- User B can denySendVideo, but this only disables B sending video to user A. It doesn't not prevent the
escalation of the call to video.
- The call escalates to video. It's not longer audio call.
- As the petition to add video was successfull, servers returns 200 status code.
This is why you don't get a denial reason. You are not denying the call from escalating to video, you are just
preventing your client to send video to the other user.

I hope this helps you. Rodrigo.
Go to:   
Mobile view