Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

9. Sending the WebRTC audio stream to the client

Mixer REST hooks

By default, all the standard REST hooks are invoked for mixer stream. The /connect REST hook is invoked while creating a mixer.

A separate server application can be created for mixer REST hooks handling if necessary. To send REST hooks to this application, the following parameter can be used since build 5.2.634

Code Block
themeRDark
mixer_app_name=defaultApp

By default, mixer REST hooks are handled by defaultApp like another streams REST hooks.

Known issues

1. A mixer is not created is the name of the mixer contains symbols restricted for URI.

...