Signal

PurpleMedia::state-changed

Declaration

void
state_changed (
  PurpleMedia* self,
  PurpleMediaState* newstate,
  gchar* session_id,
  gchar* participant,
  gpointer user_data
)

Description [src]

Emitted when the media’s state has changed.

Default handler:

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

Parameters

newstate

Type: PurpleMediaState

The new state.

The data is owned by the caller of the function.
session_id

Type: gchar*

The session id.

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.