Methods
Remove | () | → | nothing |
Signals
Removed | () | |
StreamsAdded | (ao: Streams) | |
StreamsRemoved | (ao: Streams, (uuss): Reason) |
Properties
Interfaces | as (DBus_Interface_List) | Read only | Immutable | |
Name | s | Read only | Immutable | |
Type | u (Media_Stream_Type) | Read only | Immutable | |
Disposition | u (Call_Content_Disposition) | Read only | Immutable | |
Streams | ao | Read only |
Types
Call_Content_Disposition | Enum | u |
Description
Methods
Remove () → nothing
Possible Errors
- Network Error
- Not Implemented
Signals
Removed ()
Emitted when the content is removed from the call. This is the same as the Call1.ContentRemoved signal.
StreamsAdded (ao: Streams)
Parameters
- Streams — ao
Emitted when streams are added to a call.
StreamsRemoved (ao: Streams, (uuss): Reason)
Parameters
- Streams — ao
- Reason — (uuss) (Call_State_Reason)
Emitted when streams are removed from a call
Properties
Interfaces — as (DBus_Interface_List)
Extra interfaces provided by this content, such as Content.Interface.Media, Interface.Hold or Interface.Mute. This SHOULD NOT include the Content interface itself, and cannot change once the content has been created.
Name — s
The name of the content.
Rationale:
Type — u (Media_Stream_Type)
The media type of this content.
Disposition — u (Call_Content_Disposition)
Streams — ao
The list of Stream objects that exist in this content.
Rationale:
Change notification is through the StreamsAdded and StreamsRemoved signals.
Types
Call_Content_Disposition — u
- None (0)
- Initial (1)
The content was initially part of the call. When Accept is called on the channel, all streams of this content with LocalSendingState set to Pending_Send will be moved to Sending as if SetSending (True) had been called.