mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
docs(doxygen): fix some warnings for toxcall.cpp
This commit is contained in:
parent
5648106b34
commit
a2912a376c
|
@ -14,13 +14,13 @@
|
|||
* @var bool ToxCall::inactive
|
||||
* @brief True while we're not participating. (stopped group call, ringing but hasn't started yet, ...)
|
||||
*
|
||||
* @var bool ToxCall::videoEnabled
|
||||
* @var bool ToxFriendCall::videoEnabled
|
||||
* @brief True if our user asked for a video call, sending and recieving.
|
||||
*
|
||||
* @var bool ToxCall::nullVideoBitrate
|
||||
* @var bool ToxFriendCall::nullVideoBitrate
|
||||
* @brief True if our video bitrate is zero, i.e. if the device is closed.
|
||||
*
|
||||
* @var TOXAV_FRIEND_CALL_STATE ToxCall::state
|
||||
* @var TOXAV_FRIEND_CALL_STATE ToxFriendCall::state
|
||||
* @brief State of the peer (not ours!)
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user