enum Cisco::RoomKit::Sound

Defined in:

cisco/room_kit.cr

Enum Members

Alert = 0
Bump = 1
Busy = 2
CallDisconnect = 3
CallInitiate = 4
CallWaiting = 5
Dial = 6
KeyInput = 7
KeyInputDelete = 8
KeyTone = 9
Nav = 10
NavBack = 11
Notification = 12
OK = 13
PresentationConnect = 14
Ringing = 15
SignIn = 16
SpecialInfo = 17
TelephoneCall = 18
VideoCall = 19
VolumeAdjust = 20
WakeUp = 21

Instance Method Summary

Instance Method Detail

def alert? #

[View source]
def bump? #

[View source]
def busy? #

[View source]
def call_disconnect? #

[View source]
def call_initiate? #

[View source]
def call_waiting? #

[View source]
def dial? #

[View source]
def key_input? #

[View source]
def key_input_delete? #

[View source]
def key_tone? #

[View source]
def nav? #

[View source]
def nav_back? #

[View source]
def notification? #

[View source]
def ok? #

[View source]
def presentation_connect? #

[View source]
def ringing? #

[View source]
def sign_in? #

[View source]
def special_info? #

[View source]
def telephone_call? #

[View source]
def video_call? #

[View source]
def volume_adjust? #

[View source]
def wake_up? #

[View source]