◆ ~IRtmpLocalUserObserver()
◆ onAudioTrackPublishSuccess()
Occurs when the first packet of the local audio track is sent, indicating that the local audio track is successfully published.
- Parameters
-
◆ onAudioTrackPublishStart()
◆ onAudioTrackUnpublished()
◆ onAudioTrackPublicationFailure()
Occurs when the local audio track fails to be published.
- Parameters
-
audioTrack | The pointer to ILocalAudioTrack. |
error | The error information: #RtmpAudioStreamError. |
◆ onVideoTrackPublishSuccess()
Occurs when the first packet of the local video track is sent, indicating that the local video track is successfully published.
- Parameters
-
◆ onVideoTrackPublishStart()
◆ onVideoTrackUnpublished()
◆ onVideoTrackPublicationFailure()
Occurs when the local video track fails to be published.
- Parameters
-
videoTrack | The pointer to ILocalVideoTrack. |
error | The error information: #RtmpVideoStreamError. |