[QUESTION]How to use signalingClientFetchSync on battery devices (can't receive SDP Offer after wake up) #1936
Unanswered
1045672215
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Can you confirm if you invoke |
Beta Was this translation helpful? Give feedback.
2 replies
-
What is your viewer look like? I am wondering if the viewer sent the offer but the C SDK was not ready to receive it and it got lost. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use the webRTC on battery devices with sleep and wake up functions and want to achieve that devices are able to watch living streaming immediately after waking up.
** Any design considerations/constraints **
Before v1.7.0, we call freeSignalingClient function before sleep and call createSignalingClientSync function after wake up.It works.But when we update the sdk after v1.7.0, we only call signalingClientFetchSync function before sleep, we find devices can't receive SDP Offer after wake up.
(Devices has been connected to the signaling server and can receive ICE candidates.)We try to call signalingClientFetchSync function after wake up,but it didn't solve the problem.
So we want to know how to use signalingClientFetchSync on battery devices to solve the problem.
Beta Was this translation helpful? Give feedback.
All reactions