URL Scheme for Chute iOS
Chute iOS supports 3 actions and one option from 1.0.2.
Action:
start | connect | on
Start with selected configuration.
Example:
chute://start
chute:///start
stop | disconnect | off
Stop current session.
toggle | switch
Start or stop with selected configuration.
Option:
autoclose=true
Auto close Chute after action completed.
Example:
chute:///toggle?autoclose=true
x-callback-url
Chute supports x-callback-url specification. The URL scheme is 'chute' and the available actions are 'start', 'stop' and 'toggle'.
Example: chute://x-callback-url/start?x-success={{sms://}}&x-error={{tel://}}