-
I've seen an issue like that when remote client was not sending any video stream. Similar issue also appeared when another client used bundle in WebRTC but did not advertised that. Another known cause was when some extension was used while it was not negotiated.
Basically, there is no simple answer to the question what was wrong. What was the client on the other end of the video call?
Another thing to explore/check would be analysis of Jingle packets and their payload.
Describe the bug I’m facing an issue in video call rendering using Siskin-IM. I followed below steps:
To Reproduce STEP: 1
a ) AccountSettingsViewController -> “Expression type '()' is ambiguous without more context” (updateView /archivingSwitchChangedValue functions) b ) CustomChatManager -> “Value of type 'ChatStore' has no member 'getChat’” c ) DBChatStoreWrapper -> “Type 'DBChatStoreWrapper' does not conform to protocol 'ChatStore’” d ) DBRoomsManager -> “Property 'store' with type 'DBChatStore' cannot override a property with type 'RoomStore'”
And many more errors and that source code didn’t work for me.
STEP: 2
Smartphone (please complete the following information): - Device: iPhone 8 - OS: iOS 13.1.2
Screenshots
Expected behaviour - when I make a video call I could see video from the other side and vice versa.