mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
11 lines
245 B
Erlang
11 lines
245 B
Erlang
%% SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
-type voice_flags() :: #{
|
|
self_mute := boolean(),
|
|
self_deaf := boolean(),
|
|
self_video := boolean(),
|
|
self_stream := boolean(),
|
|
is_mobile := boolean(),
|
|
suppress := boolean()
|
|
}.
|