struct Asterisk::ARI::Channels::ExternalMedia

Overview

ExternalMedia session.

Included Modules

Defined in:

asterisk/ari/models/channels_external_media.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def channel : Channels::Channel #

The Asterisk channel representing the external media


[View source]
def channel=(channel : Channels::Channel) #

The Asterisk channel representing the external media


[View source]
def local_address : String? #

The local ip address used


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

The local ip address used


[View source]
def local_port : Int32? #

The local ip port used


[View source]
def local_port=(local_port : Int32?) #

The local ip port used


[View source]