struct Apps::CallControlMessages::JoinCallArgument
- Apps::CallControlMessages::JoinCallArgument
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Call_Control_Services.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .new(base_device : String | Nil = nil, active_call : Int64 | Nil = nil, joining_device : String | Nil = nil, options : NewCallOptions | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #active_call : Int64 | Nil
- #active_call=(active_call : Int64 | Nil)
- #base_device : String | Nil
- #base_device=(base_device : String | Nil)
- #joining_device : String | Nil
- #joining_device=(joining_device : String | Nil)
- #options : NewCallOptions | Nil
- #options=(options : NewCallOptions | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(base_device : String | Nil = nil, active_call : Int64 | Nil = nil, joining_device : String | Nil = nil, options : NewCallOptions | Nil = nil)
#