* Starts the playback if possible * @returns true if the playback was started, otherwise false. Reasons for not starting can be that the player is not ready or already playing.
()
| 169 | * @returns true if the playback was started, otherwise false. Reasons for not starting can be that the player is not ready or already playing. |
| 170 | */ |
| 171 | play(): boolean; |
| 172 | |
| 173 | /** |
| 174 | * Pauses the playback if was running |
no outgoing calls