struct Asterisk::ARI::Bridges::Bridge
- Asterisk::ARI::Bridges::Bridge
- Struct
- Value
- Object
Overview
The merging of media from one or more channels.
Everyone on the bridge receives the same audio.
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/bridges_bridge.crConstructors
Instance Method Summary
-
#bridge_class : String
Bridging class
-
#bridge_class=(bridge_class : String)
Bridging class
-
#bridge_type : String
Type of bridge technology
-
#bridge_type=(bridge_type : String)
Type of bridge technology
-
#channels : Array(String)
Ids of channels participating in this bridge
-
#channels=(channels : Array(String))
Ids of channels participating in this bridge
-
#creationtime : Time
Timestamp when bridge was created
-
#creationtime=(creationtime : Time)
Timestamp when bridge was created
-
#creator : String
Entity that created the bridge
-
#creator=(creator : String)
Entity that created the bridge
-
#id : String
Unique identifier for this bridge
-
#id=(id : String)
Unique identifier for this bridge
-
#name : String
Name the creator gave the bridge
-
#name=(name : String)
Name the creator gave the bridge
-
#technology : String
Name of the current bridging technology
-
#technology=(technology : String)
Name of the current bridging technology
-
#video_mode : String?
The video mode the bridge is using.
-
#video_mode=(video_mode : String?)
The video mode the bridge is using.
-
#video_source_id : String?
The ID of the channel that is the source of video in this bridge, if one exists.
-
#video_source_id=(video_source_id : String?)
The ID of the channel that is the source of video in this bridge, if one exists.
Constructor Detail
Instance Method Detail
The video mode the bridge is using. One of 'none', 'talker', or 'single'.
The video mode the bridge is using. One of 'none', 'talker', or 'single'.
The ID of the channel that is the source of video in this bridge, if one exists.
The ID of the channel that is the source of video in this bridge, if one exists.