* Returns an error message when there is any issue in a Cast session. * @return {!promise.Thenable } A promise that will be resolved * when the mirror command has been issued to the device.
()
| 831 | * when the mirror command has been issued to the device. |
| 832 | */ |
| 833 | getCastIssueMessage() { |
| 834 | return this.execute(new command.Command(Command.GET_CAST_ISSUE_MESSAGE)) |
| 835 | } |
| 836 | |
| 837 | /** |
| 838 | * Stops casting from media router to the specified device, if connected. |