Method

PurpleMediaBackendset_send_rtcp_mux

since: 2.11

Declaration [src]

gboolean
purple_media_backend_set_send_rtcp_mux (
  PurpleMediaBackend* self,
  const gchar* sess_id,
  const gchar* participant,
  gboolean send_rtcp_mux
)

Description [src]

Controls whether or not the RTCP should be muxed with the RTP.

Available since: 2.11

Parameters

sess_id

Type: const gchar*

The session id of the session to set the rtcp-mux option to.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
participant

Type: const gchar*

The participant the stream is associated with.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
send_rtcp_mux

Type: gboolean

Whether or not to enable rtcp-mux.

Return value

Type: gboolean

True if set successfully, otherwise False.