parameters property

Map<String, String> parameters
getter/setter pair

Codec-specific parameters that must be signaled to the remote party.

Corresponds to a=fmtp parameters in SDP.

Contrary to ORTC, these parameters are named using all lowercase strings. This helps make the mapping to SDP simpler, if an application is using SDP. Boolean values are represented by the string "1".

Implementation

Map<String, String> parameters;