mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
* initial livekit support fix up code undo changes to compose file add back .env.example * move voice states to global * track current state * more stuff * fix redis key inconsistancy * split voice ops into its own library * feat(livekit): more permission handling * feat(livekit): push unfinished code * fix: include voice states in servercreate event feat: call started system message in dms * feat: implement missing permission syncs * fix: remove locked rocket version * fix: remove local testing values from config * chore: switch to ids for parameter * feat: make Channel::server return a reference * feat: support multiple voice nodes * fix: expose list of nodes * fix: respond with the url when joining a voice channel * feat: being moved between voice channels * fix: use existing node if someone is already in the voice channel * refactor: Remove VoiceChannel * chore: add pushd to debug image script * refactor: add error messages for Rabbit issues * docs: add some notes on overrides; fix defaults * fix: ensure limit is always at least 1 when sent to database * fix: change permission check for fetching channel webhooks * chore: mount API at /0.8/ as well * fix: ensure ratelimiter adjusts for version prefix * chore: bump version to 0.8.2 * chore: disable LTO because it likely overloads GitHub worker * fix: don't allow users to time themselves out closes #376 * fix: match new error type for status code * feat: init crond crate * feat: file deletion implementation * chore: fix version references * feat: add crond container definitions * chore: clarify cargo deny / tomls * feat: add company information to email footers * chore: bump version to 0.8.3 * fix: don't bump the lockfile version * fix: include `production` default value for config * chore: ignore python venv and dev script for user generation Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * test: Add tests for invite/fetch Signed-off-by: phazeschift <51278042+phazeschift@users.noreply.github.com> * test: add utilities for common setup Signed-off-by: phazeschift <51278042+phazeschift@users.noreply.github.com> * test: add delete server channel test Signed-off-by: phazeschift <51278042+phazeschift@users.noreply.github.com> * feat: allow to set an icon when creating a group Signed-off-by: Nils Ponsard <nilsponsard@gmail.com> * fix: allow message pinning and unpinning for DM-like channels Signed-off-by: Bradlee Barnes <69256931+StupidRepo@users.noreply.github.com> * fix: remove SavedMessages and Group due to given permissions Signed-off-by: Bradlee Barnes <69256931+StupidRepo@users.noreply.github.com> * feat: allow bots to manage emojis (#407) * Remove bot check on emoji create Signed-off-by: Builderb <builderbgamer@gmail.com> * Remove bot check on emoji delete Signed-off-by: Builderb <builderbgamer@gmail.com> --------- Signed-off-by: Builderb <builderbgamer@gmail.com> * feat: add option to send message with missing replies Signed-off-by: ShaksterNano <54268387+shaksternano@users.noreply.github.com> * chore: bump version to 0.8.4 chore: enable webhooks in test builds * ci: downgrade lockfile * feat: Add Mass Mentions to the backend (#394) * feat: create base of push daemon Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * Add outbound senders * Make web_push send to rabbit instead (temp stuff) * feat: stability and friend requests * make vapid fr stuff not suck * swap naming of queue * move pushd into daemons folder * fix cargo file for move into daemons folder * feat: probably working fcm push notifs * comment out fcm webpush stuff since the config keys dont exist * fix fcm, name queues according to their prod status and configure routing keys * add pushd to docker * mix: Remove old code, add stuff to pushd * fix: lockfile * feat: update rocket to 5.0.1 * fix: fix queues and ack bugs * Move rabbit messsage processing into ack queue * chore: update readme * chore: optimizations for ack database hits * pushd flowchart * misc: update flowchart * exit dependancy hell * add rocket_impl flag to authifier * make the tests file of delta actually compile * fix: don't silence every push message * fix: don't silence all messages * add debug logging for sending data to rabbit from message events * validate mentions at a server membership level * put back that import that was actually important * minor fix to lockfile * update delta authifier * feat: proper permissions for push notifications * add unit test for mention sanitization * remove local file dependancy on authifier * update ports to proper defaults * fixTM the node bindings * Theoretically configure docker releases for pushd Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * declare exchange in pushd and delta * fix createbuckets script Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * fix: reference db implementation Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * fix: remove finally redundant code Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * fix: changes Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * fix: other changes Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * fix: make channel name return result Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * Add role mention parsing * feat: update to mongo 3.1, add member generator. * integrate mass mentions into pushd * patch redis-rs with updated versions * feat: chunk role mentions * move permission bits to 37/38 to avoid livekit conflict * change role mention format to <%id> * fix the lockfile from merge * fix: PR change requests * feat: add tests * fix: i am a dumbass * fix: tests, again --------- Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * fix: show full branch name on github webhook messages * fix: dont leak invisible presence to others * fix: add back missing early adopter badge * fix: update branch from main * fix: update branch from main * Merge remote-tracking branch 'origin/main' into livekit * feat: private livekit nodes * fix: remove node from channel voice state * fix: get_voice_state has incorrect unique_key and allowed_sources should be lowercase * chore: bump livekit dep * feat: ability to force disconnect existing voice connection * chore: cleanup code * feat: - track call length - move voice and video limits to config - seperate VoiceInformation into model and db model - fix build scripts * fix: move call system message to daemon, check max participants when creating a token to avoid giving tokens but erroring when attempting to join, check if the channel actually supports voice * fix: dont set max participants in livekit * fix: remove VoiceChannel channel type fix: calculate user overwrites correctly fix: dont include personal info in livekit user metadata fix: revoke video permissons on denied publish fix: add video to default permissions * fix: update migration * feat: Send push notifications for dm call start/end * chore: cleanup * feat: allow users to specify who is notified when starting a call * feat: track join time * merge: branch 'main' into feat/livekit * fix: include voice-ingress in build * fix: dont presume channel has a node * chore: add error logging to internal errors * chore: add debug logging to voice ingress * refactor: seperate out disconnect logic * fix: return correct error if user is already in a voice channel * fix: dont break on user not still being in channel and force disconnecting * fix: add Speak and Listen to default permissions * fix: include channel ids in UserMoveVoiceChannel * chore: add temp sentry logging system * fix: handle track_muted and track_unmuted * fix: dont set notification recipients when empty vec is passed * fix: only send UserMoveVoiceChannel to the user * fix: preserve order of replies in message (#447) Signed-off-by: Aeledfyr <aeledfyr@gmail.com> * fix: prevent timing out members which have TimeoutMembers permission * chore: update ci * fix: temporarily disable call started system messages See #457 * fix: update code from review
598 lines
17 KiB
Rust
598 lines
17 KiB
Rust
use crate::{
|
|
events::client::EventV1,
|
|
models::{Channel, User},
|
|
util::{permissions::DatabasePermissionQuery, reference::Reference},
|
|
Database, Server,
|
|
};
|
|
use iso8601_timestamp::{Duration, Timestamp};
|
|
use livekit_protocol::ParticipantPermission;
|
|
use redis_kiss::{get_connection as _get_connection, redis::Pipeline, AsyncCommands, Conn};
|
|
use revolt_config::FeaturesLimits;
|
|
use revolt_models::v0::{self, PartialUserVoiceState, UserVoiceState};
|
|
use revolt_permissions::{calculate_channel_permissions, ChannelPermission, PermissionValue};
|
|
use revolt_result::{create_error, Result, ToRevoltError};
|
|
|
|
mod voice_client;
|
|
pub use voice_client::VoiceClient;
|
|
|
|
async fn get_connection() -> Result<Conn> {
|
|
_get_connection().await.map_err(|_| create_error!(InternalError))
|
|
}
|
|
|
|
pub async fn raise_if_in_voice(user: &User, channel_id: &str) -> Result<()> {
|
|
let mut conn = get_connection().await?;
|
|
|
|
if user.bot.is_some()
|
|
// bots can be in as many voice channels as it wants so we just check if its already connected to the one its trying to connect to
|
|
&& conn.sismember(format!("vc:{}", &user.id), channel_id)
|
|
.await
|
|
.to_internal_error()?
|
|
{
|
|
Err(create_error!(AlreadyConnected))
|
|
} else if conn
|
|
.scard::<_, u32>(format!("vc:{}", &user.id)) // check if the current vc set is empty
|
|
.await
|
|
.to_internal_error()?
|
|
> 0
|
|
{
|
|
Err(create_error!(AlreadyConnected))
|
|
} else {
|
|
Ok(())
|
|
}
|
|
}
|
|
|
|
pub async fn set_channel_node(channel: &str, node: &str) -> Result<()> {
|
|
get_connection()
|
|
.await?
|
|
.set(format!("node:{channel}"), node)
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn get_channel_node(channel: &str) -> Result<Option<String>> {
|
|
get_connection()
|
|
.await?
|
|
.get(format!("node:{channel}"))
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn get_user_voice_channels(user_id: &str) -> Result<Vec<String>> {
|
|
get_connection()
|
|
.await?
|
|
.smembers(format!("vc:{user_id}"))
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn set_user_moved_from_voice(
|
|
old_channel: &str,
|
|
new_channel: &str,
|
|
user_id: &str,
|
|
) -> Result<()> {
|
|
get_connection()
|
|
.await?
|
|
.set_ex(
|
|
format!("moved_from:{user_id}:{old_channel}"),
|
|
new_channel,
|
|
10,
|
|
)
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn get_user_moved_from_voice(channel_id: &str, user_id: &str) -> Result<Option<String>> {
|
|
get_connection()
|
|
.await?
|
|
.get_del(format!("moved_from:{user_id}:{channel_id}"))
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn set_user_moved_to_voice(
|
|
new_channel: &str,
|
|
old_channel: &str,
|
|
user_id: &str,
|
|
) -> Result<()> {
|
|
get_connection()
|
|
.await?
|
|
.set_ex(format!("moved_to:{user_id}:{new_channel}"), old_channel, 10)
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn get_user_moved_to_voice(channel_id: &str, user_id: &str) -> Result<Option<String>> {
|
|
get_connection()
|
|
.await?
|
|
.get_del(format!("moved_to:{user_id}:{channel_id}"))
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn is_in_voice_channel(user_id: &str, channel_id: &str) -> Result<bool> {
|
|
get_connection()
|
|
.await?
|
|
.sismember(format!("vc:{user_id}"), channel_id)
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn get_user_voice_channel_in_server(
|
|
user_id: &str,
|
|
server_id: &str,
|
|
) -> Result<Option<String>> {
|
|
let mut conn = get_connection().await?;
|
|
|
|
let unique_key = format!("{user_id}:{server_id}");
|
|
|
|
conn.get(&unique_key).await.to_internal_error()
|
|
}
|
|
|
|
pub fn get_allowed_sources(
|
|
limits: &FeaturesLimits,
|
|
permissions: PermissionValue,
|
|
) -> Vec<&'static str> {
|
|
let mut allowed_sources = Vec::new();
|
|
|
|
if permissions.has(ChannelPermission::Speak as u64) {
|
|
allowed_sources.push("microphone")
|
|
};
|
|
|
|
if permissions.has(ChannelPermission::Video as u64) && limits.video {
|
|
allowed_sources.extend(["camera", "screen_share", "screen_share_audio"]);
|
|
};
|
|
|
|
allowed_sources
|
|
}
|
|
|
|
pub async fn create_voice_state(
|
|
channel_id: &str,
|
|
server_id: Option<&str>,
|
|
user_id: &str,
|
|
joined_at: Timestamp,
|
|
) -> Result<UserVoiceState> {
|
|
let unique_key = format!("{}:{}", &user_id, server_id.unwrap_or(channel_id));
|
|
|
|
let voice_state = UserVoiceState {
|
|
joined_at,
|
|
id: user_id.to_string(),
|
|
is_receiving: true,
|
|
is_publishing: false,
|
|
screensharing: false,
|
|
camera: false,
|
|
};
|
|
|
|
Pipeline::new()
|
|
.sadd(format!("vc_members:{channel_id}"), user_id)
|
|
.sadd(format!("vc:{user_id}"), channel_id)
|
|
.set(&unique_key, channel_id)
|
|
.set(
|
|
format!("joined_at:{unique_key}"),
|
|
joined_at
|
|
.duration_since(Timestamp::UNIX_EPOCH)
|
|
.whole_milliseconds() as i64,
|
|
)
|
|
.set(
|
|
format!("is_publishing:{unique_key}"),
|
|
voice_state.is_publishing,
|
|
)
|
|
.set(
|
|
format!("is_receiving:{unique_key}"),
|
|
voice_state.is_receiving,
|
|
)
|
|
.set(
|
|
format!("screensharing:{unique_key}"),
|
|
voice_state.screensharing,
|
|
)
|
|
.set(format!("camera:{unique_key}"), voice_state.camera)
|
|
.query_async::<_, ()>(&mut get_connection().await?.into_inner())
|
|
.await
|
|
.to_internal_error()?;
|
|
|
|
Ok(voice_state)
|
|
}
|
|
|
|
pub async fn delete_voice_state(
|
|
channel_id: &str,
|
|
server_id: Option<&str>,
|
|
user_id: &str,
|
|
) -> Result<()> {
|
|
let unique_key = format!("{}:{}", &user_id, server_id.unwrap_or(channel_id));
|
|
|
|
Pipeline::new()
|
|
.srem(format!("vc_members:{channel_id}"), user_id)
|
|
.srem(format!("vc:{user_id}"), channel_id)
|
|
.del(&[
|
|
format!("joined_at:{unique_key}"),
|
|
format!("is_publishing:{unique_key}"),
|
|
format!("is_receiving:{unique_key}"),
|
|
format!("screensharing:{unique_key}"),
|
|
format!("camera:{unique_key}"),
|
|
unique_key.clone(),
|
|
])
|
|
.query_async(&mut get_connection().await?.into_inner())
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn delete_channel_voice_state(
|
|
channel_id: &str,
|
|
server_id: Option<&str>,
|
|
user_ids: &[String],
|
|
) -> Result<()> {
|
|
let parent_id = server_id.unwrap_or(channel_id);
|
|
|
|
let mut pipeline = Pipeline::new();
|
|
pipeline.del(format!("vc_members:{channel_id}"));
|
|
|
|
for user_id in user_ids {
|
|
let unique_key = format!("{user_id}:{parent_id}");
|
|
|
|
pipeline.srem(format!("vc:{user_id}"), channel_id).del(&[
|
|
format!("joined_at:{unique_key}"),
|
|
format!("is_publishing:{unique_key}"),
|
|
format!("is_receiving:{unique_key}"),
|
|
format!("screensharing:{unique_key}"),
|
|
format!("camera:{unique_key}"),
|
|
unique_key.clone(),
|
|
]);
|
|
}
|
|
|
|
pipeline
|
|
.query_async(&mut get_connection().await?.into_inner())
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn update_voice_state_tracks(
|
|
channel_id: &str,
|
|
server_id: Option<&str>,
|
|
user_id: &str,
|
|
added: bool,
|
|
track: i32,
|
|
) -> Result<PartialUserVoiceState> {
|
|
let partial = match track {
|
|
/* TrackSource::Unknown */ 0 => PartialUserVoiceState::default(),
|
|
/* TrackSource::Camera */
|
|
1 => PartialUserVoiceState {
|
|
camera: Some(added),
|
|
..Default::default()
|
|
},
|
|
/* TrackSource::Microphone */
|
|
2 => PartialUserVoiceState {
|
|
is_publishing: Some(added),
|
|
..Default::default()
|
|
},
|
|
/* TrackSource::ScreenShare | TrackSource::ScreenShareAudio */
|
|
3 | 4 => PartialUserVoiceState {
|
|
screensharing: Some(added),
|
|
..Default::default()
|
|
},
|
|
_ => unreachable!(),
|
|
};
|
|
|
|
update_voice_state(channel_id, server_id, user_id, &partial).await?;
|
|
|
|
Ok(partial)
|
|
}
|
|
|
|
pub async fn update_voice_state(
|
|
channel_id: &str,
|
|
server_id: Option<&str>,
|
|
user_id: &str,
|
|
partial: &PartialUserVoiceState,
|
|
) -> Result<()> {
|
|
let unique_key = format!("{}:{}", &user_id, server_id.unwrap_or(channel_id));
|
|
|
|
let mut pipeline = Pipeline::new();
|
|
|
|
if let Some(camera) = &partial.camera {
|
|
pipeline.set(format!("camera:{unique_key}"), camera);
|
|
};
|
|
|
|
if let Some(is_publishing) = &partial.is_publishing {
|
|
pipeline.set(format!("is_publishing:{unique_key}"), is_publishing);
|
|
}
|
|
|
|
if let Some(is_receiving) = &partial.is_receiving {
|
|
pipeline.set(format!("is_receiving:{unique_key}"), is_receiving);
|
|
}
|
|
|
|
if let Some(screensharing) = &partial.screensharing {
|
|
pipeline.set(format!("screensharing:{unique_key}"), screensharing);
|
|
}
|
|
|
|
pipeline
|
|
.query_async(&mut get_connection().await?.into_inner())
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn get_voice_channel_members(channel_id: &str) -> Result<Option<Vec<String>>> {
|
|
get_connection()
|
|
.await?
|
|
.smembers::<_, Option<Vec<String>>>(format!("vc_members:{channel_id}"))
|
|
.await
|
|
.to_internal_error()
|
|
.map(|opt| opt.and_then(|v| if v.is_empty() { None } else { Some(v) }))
|
|
}
|
|
|
|
pub async fn get_voice_state(
|
|
channel_id: &str,
|
|
server_id: Option<&str>,
|
|
user_id: &str,
|
|
) -> Result<Option<UserVoiceState>> {
|
|
let unique_key = format!("{}:{}", user_id, server_id.unwrap_or(channel_id));
|
|
|
|
let (joined_at, is_publishing, is_receiving, screensharing, camera) = get_connection()
|
|
.await?
|
|
.mget(&[
|
|
format!("joined_at:{unique_key}"),
|
|
format!("is_publishing:{unique_key}"),
|
|
format!("is_receiving:{unique_key}"),
|
|
format!("screensharing:{unique_key}"),
|
|
format!("camera:{unique_key}"),
|
|
])
|
|
.await
|
|
.to_internal_error()?;
|
|
|
|
match (
|
|
joined_at,
|
|
is_publishing,
|
|
is_receiving,
|
|
screensharing,
|
|
camera,
|
|
) {
|
|
(
|
|
Some(joined_at),
|
|
Some(is_publishing),
|
|
Some(is_receiving),
|
|
Some(screensharing),
|
|
Some(camera),
|
|
) => Ok(Some(v0::UserVoiceState {
|
|
joined_at: Timestamp::UNIX_EPOCH
|
|
.checked_add(Duration::milliseconds(joined_at))
|
|
.unwrap(),
|
|
id: user_id.to_string(),
|
|
is_receiving,
|
|
is_publishing,
|
|
screensharing,
|
|
camera,
|
|
})),
|
|
_ => Ok(None),
|
|
}
|
|
}
|
|
|
|
pub async fn get_channel_voice_state(channel: &Channel) -> Result<Option<v0::ChannelVoiceState>> {
|
|
let members = get_voice_channel_members(channel.id()).await?;
|
|
|
|
let server = channel.server();
|
|
|
|
if let Some(members) = members {
|
|
let mut participants = Vec::with_capacity(members.len());
|
|
|
|
for user_id in members {
|
|
if let Some(voice_state) = get_voice_state(channel.id(), server, &user_id).await? {
|
|
participants.push(voice_state);
|
|
} else {
|
|
log::info!("Voice state not found but member in voice channel members, removing.");
|
|
|
|
delete_voice_state(channel.id(), server, &user_id).await?;
|
|
}
|
|
}
|
|
|
|
// In case a user voice state failed to be fetched, the vec's capacity will be larger than the length, shrink it
|
|
participants.shrink_to_fit();
|
|
|
|
Ok(Some(v0::ChannelVoiceState {
|
|
id: channel.id().to_string(),
|
|
participants,
|
|
}))
|
|
} else {
|
|
Ok(None)
|
|
}
|
|
}
|
|
|
|
pub async fn move_user(user: &str, from: &str, to: &str) -> Result<()> {
|
|
get_connection()
|
|
.await?
|
|
.smove(
|
|
format!("vc-members-{from}"),
|
|
format!("vc-members-{to}"),
|
|
user,
|
|
)
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn sync_voice_permissions(
|
|
db: &Database,
|
|
voice_client: &VoiceClient,
|
|
channel: &Channel,
|
|
server: Option<&Server>,
|
|
role_id: Option<&str>,
|
|
) -> Result<()> {
|
|
let Some(node) = get_channel_node(channel.id()).await? else {
|
|
return Ok(());
|
|
};
|
|
|
|
for user_id in get_voice_channel_members(channel.id())
|
|
.await?
|
|
.iter()
|
|
.flatten()
|
|
{
|
|
let user = Reference::from_unchecked(user_id).as_user(db).await?;
|
|
|
|
sync_user_voice_permissions(db, voice_client, &node, &user, channel, server, role_id)
|
|
.await?;
|
|
}
|
|
|
|
Ok(())
|
|
}
|
|
|
|
pub async fn sync_user_voice_permissions(
|
|
db: &Database,
|
|
voice_client: &VoiceClient,
|
|
node: &str,
|
|
user: &User,
|
|
channel: &Channel,
|
|
server: Option<&Server>,
|
|
role_id: Option<&str>,
|
|
) -> Result<()> {
|
|
let channel_id = channel.id();
|
|
let server_id = server.as_ref().map(|s| s.id.as_str());
|
|
|
|
let member = match server_id {
|
|
Some(server_id) => Some(
|
|
Reference::from_unchecked(&user.id)
|
|
.as_member(db, server_id)
|
|
.await?,
|
|
),
|
|
None => None,
|
|
};
|
|
|
|
if role_id.is_none_or(|role_id| {
|
|
member
|
|
.as_ref()
|
|
.is_none_or(|member| member.roles.iter().any(|r| r == role_id))
|
|
}) {
|
|
let Some(voice_state) = get_voice_state(channel_id, server_id, &user.id).await? else {
|
|
return Ok(());
|
|
};
|
|
|
|
let mut query = DatabasePermissionQuery::new(db, user)
|
|
.channel(channel)
|
|
.user(user);
|
|
|
|
if let (Some(server), Some(member)) = (server, member.as_ref()) {
|
|
query = query.member(member).server(server)
|
|
}
|
|
|
|
let permissions = calculate_channel_permissions(&mut query).await;
|
|
let limits = user.limits().await;
|
|
|
|
let mut update_event = PartialUserVoiceState {
|
|
id: Some(user.id.clone()),
|
|
..Default::default()
|
|
};
|
|
|
|
let before = update_event.clone();
|
|
|
|
let can_video =
|
|
limits.video && permissions.has_channel_permission(ChannelPermission::Video);
|
|
let can_speak = permissions.has_channel_permission(ChannelPermission::Speak);
|
|
let can_listen = permissions.has_channel_permission(ChannelPermission::Listen);
|
|
|
|
update_event.camera = voice_state.camera.then_some(can_video);
|
|
update_event.screensharing = voice_state.screensharing.then_some(can_video);
|
|
update_event.is_publishing = voice_state.is_publishing.then_some(can_speak);
|
|
|
|
update_voice_state(channel_id, server_id, &user.id, &update_event).await?;
|
|
|
|
voice_client
|
|
.update_permissions(
|
|
node,
|
|
user,
|
|
channel_id,
|
|
ParticipantPermission {
|
|
can_subscribe: can_listen,
|
|
can_publish: can_speak,
|
|
can_publish_data: can_speak,
|
|
..Default::default()
|
|
},
|
|
)
|
|
.await?;
|
|
|
|
if update_event != before {
|
|
EventV1::UserVoiceStateUpdate {
|
|
id: user.id.clone(),
|
|
channel_id: channel_id.to_string(),
|
|
data: update_event,
|
|
}
|
|
.p(channel_id.to_string())
|
|
.await;
|
|
};
|
|
};
|
|
|
|
Ok(())
|
|
}
|
|
|
|
pub async fn set_channel_call_started_system_message(
|
|
channel_id: &str,
|
|
message_id: &str,
|
|
) -> Result<()> {
|
|
get_connection()
|
|
.await?
|
|
.set(format!("call_started_message:{channel_id}"), message_id)
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn take_channel_call_started_system_message(channel_id: &str) -> Result<Option<String>> {
|
|
get_connection()
|
|
.await?
|
|
.get_del(format!("call_started_message:{channel_id}"))
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn set_call_notification_recipients(
|
|
channel_id: &str,
|
|
user_id: &str,
|
|
recipients: &[String],
|
|
) -> Result<()> {
|
|
get_connection()
|
|
.await?
|
|
.set_ex(
|
|
format!("call_notification_recipients:{channel_id}-{user_id}"),
|
|
recipients,
|
|
10,
|
|
)
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn get_call_notification_recipients(
|
|
channel_id: &str,
|
|
user_id: &str,
|
|
) -> Result<Option<Vec<String>>> {
|
|
get_connection()
|
|
.await?
|
|
.get_del(format!(
|
|
"call_notification_recipients:{channel_id}-{user_id}"
|
|
))
|
|
.await
|
|
.to_internal_error()
|
|
}
|
|
|
|
pub async fn remove_user_from_voice_channels(db: &Database, voice_client: &VoiceClient, user_id: &str) -> Result<()> {
|
|
for channel_id in get_user_voice_channels(user_id).await? {
|
|
remove_user_from_voice_channel(db, voice_client, &channel_id, user_id).await?;
|
|
};
|
|
|
|
Ok(())
|
|
}
|
|
|
|
pub async fn remove_user_from_voice_channel(db: &Database, voice_client: &VoiceClient, channel_id: &str, user_id: &str) -> Result<()> {
|
|
if let Some(node) = get_channel_node(channel_id).await? {
|
|
let _ = voice_client.remove_user(&node, user_id, channel_id).await;
|
|
}
|
|
|
|
let channel = Reference::from_unchecked(channel_id).as_channel(db).await?;
|
|
|
|
delete_voice_state(channel_id, channel.server(), user_id).await?;
|
|
|
|
Ok(())
|
|
}
|
|
|
|
pub async fn delete_voice_channel(voice_client: &VoiceClient, channel_id: &str, server_id: Option<&str>) -> Result<()> {
|
|
if let Some(users) = get_voice_channel_members(channel_id).await? {
|
|
let node = get_channel_node(channel_id).await?.unwrap();
|
|
|
|
voice_client.delete_room(&node, channel_id).await?;
|
|
|
|
delete_channel_voice_state(channel_id, server_id, &users).await?;
|
|
};
|
|
|
|
Ok(())
|
|
} |