Overview of TKPlaybackDelegate.h
TKPlaybackDelegate
The TKPlaybackDelegate protocol inherits from the TKRoomManagerDelegate protocol. The TKPlaybackDelegate protocol adds callbacks that support course playback.
The detailed callback methods are as follows:
For more details, refer to the methods in the TKRoomManagerDelegate protocol.
| Method Name | Method Description |
|---|---|
| roomManagerPlaybackMessageReceived | Received a chat message |
| roomManagerReceivePlaybackDuration | Playback total duration |
| roomManagerPlaybackUpdateTime | Update the playback progress time |
| roomManagerPlaybackClearAll | Playback cleanup |
| roomManagerPlaybackEnd | Playback ended |




