I have one query, can we do something like , when our App running at that time only its shows in Third party App like quicktime. When I close my App it Remove from device list of third party App.
I have implemented this that way:
The host app periodically send information about active devices to extension (just JSON format)
Extension checks active devices and adds/removes devices according the list of p. 1
Extension periodically checks the last time the list of active devices was sent and if time interval is more than defined (let's say more that 5 sec), extension removes all devices.
The transport was used to send the list of active devices - custom device property.
The only problem - you should keep one device as "control device". Probably communication is possible using Extension Provider custom properties but I cannot access them from the host app.
Topic:
Media Technologies
SubTopic:
Photos & Camera
Tags: