add webrtc support (#1284)
Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
1 parent f03c620 commit 526a8da8f509c7320b9b8bc3084fb4d53e88aaf1
@dank074 dank074 authored on 22 Jun 2025
GitHub committed on 22 Jun 2025
Showing 51 changed files
View
assets/schemas.json
Too large (Show diff)
View
package-lock.json
Too large (Show diff)
View
package.json
View
src/api/routes/guilds/#guild_id/voice-states/#user_id/index.ts
View
src/bundle/Server.ts
View
src/gateway/Server.ts
View
src/gateway/events/Close.ts
View
src/gateway/opcodes/Identify.ts
View
src/gateway/opcodes/StreamCreate.ts 0 → 100644
View
src/gateway/opcodes/StreamDelete.ts 0 → 100644
View
src/gateway/opcodes/StreamWatch.ts 0 → 100644
View
src/gateway/opcodes/VoiceStateUpdate.ts
View
src/gateway/opcodes/index.ts
View
src/gateway/util/Constants.ts
View
src/gateway/util/Utils.ts 0 → 100644
View
src/gateway/util/WebSocket.ts
View
src/gateway/util/index.ts
View
src/util/entities/Stream.ts 0 → 100644
View
src/util/entities/StreamSession.ts 0 → 100644
View
src/util/entities/VoiceState.ts
View
src/util/entities/index.ts
View
src/util/index.ts
View
src/util/interfaces/Event.ts
View
src/util/migration/postgres/1745625724865-voice.ts 0 → 100644
View
src/util/schemas/SelectProtocolSchema.ts
View
src/util/schemas/StreamCreateSchema.ts 0 → 100644
View
src/util/schemas/StreamDeleteSchema.ts 0 → 100644
View
src/util/schemas/StreamWatchSchema.ts 0 → 100644
View
src/util/schemas/VoiceIdentifySchema.ts
View
src/util/schemas/VoiceVideoSchema.ts
View
src/util/schemas/index.ts
View
src/util/util/Constants.ts
View
src/util/util/Event.ts
View
src/webrtc/Server.ts
View
src/webrtc/events/Close.ts
View
src/webrtc/events/Connection.ts
View
src/webrtc/events/Message.ts
View
src/webrtc/opcodes/BackendVersion.ts
View
src/webrtc/opcodes/Heartbeat.ts
View
src/webrtc/opcodes/Identify.ts
View
src/webrtc/opcodes/SelectProtocol.ts
View
src/webrtc/opcodes/Speaking.ts
View
src/webrtc/opcodes/Video.ts
View
src/webrtc/opcodes/index.ts
View
src/webrtc/opcodes/sdp.json 100644 → 0
View
src/webrtc/util/Constants.ts
View
src/webrtc/util/MediaServer.ts
View
src/webrtc/util/Send.ts 0 → 100644
View
src/webrtc/util/WebRtcWebSocket.ts 0 → 100644
View
src/webrtc/util/index.ts
View
tsconfig.json