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