| | |
| | | /** |
| | | * Save live capability data. |
| | | * @param liveCapacityReceiver |
| | | * @param timestamp |
| | | */ |
| | | void saveLiveCapacity(LiveCapacityReceiver liveCapacityReceiver); |
| | | void saveLiveCapacity(LiveCapacityReceiver liveCapacityReceiver, Long timestamp); |
| | | |
| | | /** |
| | | * Initiate a live streaming by publishing mqtt message. |
| | |
| | | * @return |
| | | */ |
| | | ResponseResult liveSetQuality(LiveTypeDTO liveParam); |
| | | |
| | | /** |
| | | * Switches the lens of the device during the live streaming. |
| | | * @param liveParam |
| | | * @return |
| | | */ |
| | | ResponseResult liveLensChange(LiveTypeDTO liveParam); |
| | | } |