Skip to content

Invalid bit rate prevents call #375

Description

@zoff99

https://github.com/TokTok/c-toxcore/blob/master/toxav/toxav.c#L273

if i call toxav_call to initiate a call, and i do not specify a valid audio bit rate, then it will not even ring.
it will fail with TOXAV_ERR_CALL_INVALID_BIT_RATE

video bit rate checking is totally disabled: https://github.com/TokTok/c-toxcore/blob/master/toxav/toxav.c#L1016

is that ok? seems strange.
i think i should be able to make a call without audio (audio_bit_rate=0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High priority

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions