[This is preliminary documentation and subject to change.]
Gets the character set used for the SessionName and SessionInfo properties. This corresponds to a "a=charset:<character set>" line in the SDP and, therefore, should not be manipulated through the generic attribute list interface. The default value is ASCII and the line is not present in such a case.
HRESULT get_CharacterSet(
BSTR *ppCharacterSet
);
TBD