Method

PurpleMediaset_protocol_data

since: 3.0

Declaration [src]

void
purple_media_set_protocol_data (
  PurpleMedia* media,
  gpointer protocol_data
)

Description [src]

Sets the protocol data on the media session.

Available since: 3.0

Parameters

protocol_data

Type: gpointer

The data to set on the media session.

The argument can be NULL.
The data is owned by the caller of the function.