Conversation
Code Coverage
Files
|
|
Thanks for this PR. It seems to fix the weird issue with the empty queue.
Current behaviorThe iOS sender queue still contains elements, but none of them can be selected. Expected behaviorOne of the following behaviors could be expected.
|
acc4fdf to
f83971d
Compare
|
Android sender doesn't have the issue and it receive the following events
And the following status update
|
|
On iOS, the issue is related to the event received from the receiver |
Description
The goal of this PR is to seperate the responsability threw different classes and to fix sending an empty queue when it is not the truth.
Changes made
LogMediaStatusInterceptorto log theMediaStatusthat will be send to senders. Only available in debug.Checklist