Method

PurpleMediaset_send_rtcp_mux

since: 2.11

Declaration [src]

gboolean
purple_media_set_send_rtcp_mux (
  PurpleMedia* media,
  const gchar* sess_id,
  const gchar* participant,
  gboolean send_rtcp_mux
)

Description [src]

Sets the rtcp-mux option for the stream.

Available since: 2.11

Parameters

sess_id

Type: const gchar*

The session id of the session find the stream in.

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

Type: const gchar*

The name of the remote user to set the rtcp-mux for.

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 to enable the rtcp-mux option.

Return value

Type: gboolean

TRUE RTCP-Mux was set successfully, or FALSE otherwise.