struct Apps::CallControlMessages::JoinCallArgument

Included Modules

Defined in:

pb-Apps/CATS_Call_Control_Services.pb.cr

Constant Summary

FIELDS = {1 => {name: :base_device, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :active_call, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :joining_device, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :options, pb_type: NewCallOptions, crystal_type: NewCallOptions, cast_type: NewCallOptions?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(base_device : String | Nil = nil, active_call : Int64 | Nil = nil, joining_device : String | Nil = nil, options : NewCallOptions | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def active_call : Int64 | Nil #

def active_call=(active_call : Int64 | Nil) #

def base_device : String | Nil #

def base_device=(base_device : String | Nil) #

def joining_device : String | Nil #

def joining_device=(joining_device : String | Nil) #

def options : NewCallOptions | Nil #

def options=(options : NewCallOptions | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #