module Cisco::CollaborationEndpoint::Presentation

Included Modules

Direct including types

Defined in:

cisco/collaboration_endpoint/presentation.cr

Instance Method Summary

Class methods inherited from module Cisco::CollaborationEndpoint::XAPI

create_action(__action__ : ActionType, *args, hash_args : Hash(String, JSON::Any::Type) = {} of String => JSON::Any::Type, priority : Int32 | Nil = nil, **kwargs) create_action, parse(data : String) parse, tokenize(path : String) tokenize, value_convert(value : String, valuespace : String | Nil = nil) value_convert, xcommand(path : String, hash_args : Hash(String, JSON::Any::Type) = {} of String => JSON::Any::Type, **kwargs) xcommand, xconfiguration(path : String, setting : String, value : JSON::Any::Type) xconfiguration, xfeedback(action : FeedbackAction, path : String | Nil = nil) xfeedback, xstatus(path : String) xstatus

Macros inherited from module Cisco::CollaborationEndpoint::XAPI

command(cmd_name, **params) command

Instance Method Detail

def presentation_start(presentation_source : Int32 | Nil = nil, sending_mode : SendingMode | Nil = nil, connector_id : Int32 | Nil = nil, instance : Int32 | Nil = nil) #

[View source]
def presentation_stop(instance : Int32 | Nil = nil, presentation_source : Int32 | Nil = nil) #

[View source]
def send_presentation_to(remote : Bool) #

[View source]
def switch_to(input : PresentationInputs) #

Provide compatabilty with the router module for activating presentation.


[View source]