-
Notifications
You must be signed in to change notification settings - Fork 344
Getting black screen for remote video
Rajesh Kumar edited this page Oct 6, 2022
·
2 revisions
- This issue occurs when you are the host and joined the meeting before anyone else joins
- Applicable to PMR and Space meetings both
- Could be reproduced in Sample app
Use following steps to handle black screen
- Take latest SDK containing changes merged in this PR
- Check
WAITING_FOR_OTHERS
insidemedia:ready
event subscription when meeting is joined - Check
waitingForOthersToJoin
from in-meeting actions insidemember:update
event subscription - Until others joined show
"You are the only participant"
banner or hide the remote video - As soon as
waitingForOthersToJoin
turns false, start showing the actual remote video
Caution
- Introducing the Webex Web Calling SDK
- Core Concepts
- Quickstart guide
- Authorization
- Basic Features
- Advanced Features
- Introduction
- Quickstart Guide
- Basic Features
- Advanced Features
- Multistream
- Migrating SDK version 1 or 2 to version 3