init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// This is the first point when WebRTC ask for a connection
|
||||
|
||||
use crate::core::AppState;
|
||||
use crate::models::user;
|
||||
use axum::extract::ws::WebSocket;
|
||||
|
||||
pub async fn ws_entrypoint_handler(socket: WebSocket, state: AppState, user: user::Model) {}
|
||||
Reference in New Issue
Block a user