Enumerator |
---|
r5_status_connected |
A connection with the server has been established. Streaming has not started yet.
|
r5_status_disconnected |
The connection with the server has been lost.
|
r5_status_connection_error |
There was an error with the connection.
|
r5_status_connection_timeout |
The connection has failed due to timeout.
|
r5_status_connection_close |
The connection is fully closed. Wait for this before releasing assets.
|
r5_status_start_streaming |
Streaming content has begun as a publisher or subscriber.
|
r5_status_stop_streaming |
Streaming content has stopped.
|
r5_status_netstatus |
A netstatus event has been received from the server.
|
r5_status_audio_mute |
Publisher has muted their audio stream.
|
r5_status_audio_unmute |
Publisher has unmuted their audio stream.
|
r5_status_video_mute |
Publisher has muted their video stream.
|
r5_status_video_unmute |
Publisher has unmuted their video stream.
|
r5_status_license_error |
An error in validating the SDK license.
|
r5_status_license_valid |
The license key provided for the SDK is deemed valid.
|
r5_status_buffer_flush_start |
Publisher has started flushing queued packets post-broadcast.
|
r5_status_buffer_flush_empty |
Publisher has completed flushing queued packets post-broadcast.
|
r5_status_video_render_start |
Subscriber has rendered first video frame.
|
r5_status_abr_level_change |
ABR Publisher has changed broadcast level.
|
r5_status_srtp_key_gen_error |
There was a problem generating a key on this device.
|
r5_status_srtp_key_handle_error |
There was a problem in the key exchange with the server.
|
r5_status_hardware_decode_error |
There was a problem using hardware acceleration to start decode of incoming stream.
|