Hi John,
I saw the new APIs that were released, and I wanted to make sure that I follow.
If I user
var pulisher = TB.initPublisher();
- When is the publisher 'ready' for me to connect him to the finish? Should I just listen to "accessAllowed"? Is that enough?
-I assume that I can use the same publisher to publishe session A, then unpublish session A and publish session B, is that correct?
Regarding the camera & mic testing:
- I noted the new APIs, this is great. but regarding camera testing: Can I trust the "devicesDetectedHandler" to provide a selected camera object (i.e. event.selectedCamera.status) to provide the correct camera status? I know that before when it was called from the device panel, it might have sent "unknown" status sometimes...
Thanks,
Gil.