summary refs log tree commit diff
path: root/webrtc/src/opcodes/Speaking.ts
blob: 861a7c3db5a7ec7c9e08dc9092d2571a19f46f4a (plain) (blame)
1
2
3
4
5
6
7
import { WebSocket } from "@fosscord/gateway";
import { Payload } from "./index"
import { VoiceOPCodes } from "@fosscord/util";
import { Server } from "../Server"

export async function onSpeaking(this: Server, socket: WebSocket, data: Payload) {
}