No Annotation support on Whiteboard when meeting started in AppShare mode
Attached 2 screenshot
- Shows the annotation option when meeting is started with isAppShare = false
- No annotation option when meeting is started with isAppShare = true
No Annotation support on Whiteboard when meeting started in AppShare mode
Attached 2 screenshot
Hi Kiran,
Thanks for the post. May I inquire which SDK version are you using?
Thanks!
iOS SDK v4.3.1.47201.0322
Hi Kiran,
Thanks for the reply. The setting isAppShare = true
will start sharing immediately right after starting the meeting, all meeting UI components do not show at once under this mode. So the annotation option is not there if you start sharing the screen in this way. It is by design.
Thanks!
Thanks!
Is there any way to enable it? In our case, the meeting is started in isAppShare mode but the screen sharing is not started immediately. So in this case, if the whiteboard option is started then can the annotation option provided?
Is it possible to set up a call to discuss this issue, as I would like to explain the use case we are trying to implement for a whiteboarding session
Thanks
Kiran Juikar
Hi Kiran,
Thanks for the reply. The isAppShare
is designed for a special use case:
Take our demo app as an example, this is the screen when the isAppShare
is on:
The isAppShare=true
is a special kind of screen sharing thus it does not have the annotation feature. I will take this as a feature request to our engineer team to see if it is possible to have this in the future.
For now, if your use case requires you to start sharing right after the meeting starts and have the whiteboard feature, you will need to set isAppShare = false
and call startAppShare
to start a normal sharing right after the meeting starts. In normal sharing, you will have the annotation feature.
Hope this helps. Thanks!