Method: Bandwidth::CreateCall#priority

Defined in:
lib/bandwidth-sdk/models/create_call.rb

#priorityObject

The priority of this call over other calls from your account. For example, if during a call your application needs to place a new call and bridge it with the current call, you might want to create the call with priority 1 so that it will be the next call picked off your queue, ahead of other less time sensitive calls. A lower value means higher priority, so a priority 1 call takes precedence over a priority 2 call.



72
73
74
# File 'lib/bandwidth-sdk/models/create_call.rb', line 72

def priority
  @priority
end