Expand description
A worker represents a mediasoup C++ thread that runs on a single CPU core and handles
Router
instances.
Structs§
- A worker represents a mediasoup C++ thread that runs on a single CPU core and handles
Router
instances. - DTLS certificate and private key.
- Worker identifier.
- Settings for worker to be created with.
- Worker settings that can be updated in runtime.
Enums§
- Error that caused
Worker::create_router
to fail. - Error that caused
Worker::create_webrtc_server
to fail. - Worker exit error
- Error that caused request to mediasoup-worker request to fail.
- Error caused by invalid RTP capabilities.
- Logging level for logs generated by the media worker thread (check the Debugging documentation on TypeScript implementation and generic Rust-specific docs).
- Log tags for debugging. Check the meaning of each available tag in the Debugging documentation.