Method

PurpleMediaset_params

since: 2.8

Declaration [src]

void
purple_media_set_params (
  PurpleMedia* media,
  GHashTable* params
)

Description [src]

Sets various optional parameters of the media call.

Currently supported are: - “sdes-cname” : The CNAME for the RTP sessions - “sdes-name” : Real name used to describe the source in SDES messages - “sdes-tool” : The TOOL to put in SDES messages - “sdes-email” : Email address to put in SDES messages - “sdes-location” : The LOCATION to put in SDES messages - “sdes-note” : The NOTE to put in SDES messages - “sdes-phone” : The PHONE to put in SDES messages.

Available since: 2.8

Parameters

params

Type: GHashTable

Hash table of parameters to pass.

The data is owned by the caller of the function.