Signal

PurpleMedia::level

Declaration

void
level (
  PurpleMedia* self,
  gchar* session_id,
  gchar* participant,
  gdouble level,
  gpointer user_data
)

Description [src]

Emitted when the volume of a participant has changed. I think?

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

session_id

Type: gchar*

The session.

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

Type: gchar*

The participant.

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

Type: gdouble

The new level.