I am using pjsip for video call in asterisk version 16 between the endpoints in different Pc’s.
The video call is working but somewhat i am getting the subjected error in asterisk CLI , after that the call ends… i am using google stun in webrtc.plz help out fot thiz issue:
[May 4 20:45:24] WARNING[29888]: pjproject: <?> sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
Is there any way to control my bandwidth in video calling through webrtc?
There is no ability within Asterisk to control the bandwidth explicitly. It’s done client side. Are you using bundled PJSIP? What version of Asterisk is this? You should also be using the “webrtc” option as it enables various WebRTC functionality for better experience.