MediaStreamError
Description:
[ CCode ( cprefix = "TP_MEDIA_STREAM_ERROR_" , has_type_id = false ) ]
public enum MediaStreamError
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- CODEC_NEGOTIATION_FAILED -
There are no common codecs between the local side and the other particpants in the call.
- CONNECTION_FAILED -
A network connection for the Media could not be established or was lost.
- EOS - The
end of the stream was reached.
- INVALID_CM_BEHAVIOR -
The CM is doing something wrong.
- MEDIA_ERROR -
There was an error in the media processing stack.
- NETWORK_ERROR -
There was an error in the networking stack (other than the connection failure).
- NO_CODECS -
There are no installed codecs for this media type.
- UNKNOWN -
An unknown error occured.