struct Asterisk::ARI::Bridges::Bridge

Overview

The merging of media from one or more channels.

Everyone on the bridge receives the same audio.

Included Modules

Defined in:

asterisk/ari/models/bridges_bridge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bridge_class : String #

Bridging class


[View source]
def bridge_class=(bridge_class : String) #

Bridging class


[View source]
def bridge_type : String #

Type of bridge technology


[View source]
def bridge_type=(bridge_type : String) #

Type of bridge technology


[View source]
def channels : Array(String) #

Ids of channels participating in this bridge


[View source]
def channels=(channels : Array(String)) #

Ids of channels participating in this bridge


[View source]
def creationtime : Time #

Timestamp when bridge was created


[View source]
def creationtime=(creationtime : Time) #

Timestamp when bridge was created


[View source]
def creator : String #

Entity that created the bridge


[View source]
def creator=(creator : String) #

Entity that created the bridge


[View source]
def id : String #

Unique identifier for this bridge


[View source]
def id=(id : String) #

Unique identifier for this bridge


[View source]
def name : String #

Name the creator gave the bridge


[View source]
def name=(name : String) #

Name the creator gave the bridge


[View source]
def technology : String #

Name of the current bridging technology


[View source]
def technology=(technology : String) #

Name of the current bridging technology


[View source]
def video_mode : String? #

The video mode the bridge is using. One of 'none', 'talker', or 'single'.


[View source]
def video_mode=(video_mode : String?) #

The video mode the bridge is using. One of 'none', 'talker', or 'single'.


[View source]
def video_source_id : String? #

The ID of the channel that is the source of video in this bridge, if one exists.


[View source]
def video_source_id=(video_source_id : String?) #

The ID of the channel that is the source of video in this bridge, if one exists.


[View source]