* Returns the list of cast sinks (Cast devices) available to the Chrome media router. * * @return {!promise.Thenable } A promise that will be resolved with an array of Strings * containing the friendly device names of available cast sink targets.
()
| 789 | * containing the friendly device names of available cast sink targets. |
| 790 | */ |
| 791 | getCastSinks() { |
| 792 | return this.execute(new command.Command(Command.GET_CAST_SINKS)) |
| 793 | } |
| 794 | |
| 795 | /** |
| 796 | * Selects a cast sink (Cast device) as the recipient of media router intents (connect or play). |