action property

String? action
getter/setter pair

If status is:

  • "inactive" -> write "start" to start streaming. Writing start when it's already active does not change the ownership of the streaming.
  • "active" -> write "stop" to end the current streaming. In order to start streaming when other application is already streaming first write "stop" and then "start"

Implementation

String? action;