summary refs log tree commit diff
path: root/src/protodefs
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-25 23:38:06 +0200
committerGitHub <noreply@github.com>2021-05-25 23:38:06 +0200
commitd2fb1ee4588436eca9bb0097bd06ca05dbc3e5f0 (patch)
tree28421cf19cd53b2e75fe64d844215145967d1ee3 /src/protodefs
parentMerge pull request #20 from ItsNewe/master (diff)
parent[del] Deleted .proto (diff)
downloadserver-d2fb1ee4588436eca9bb0097bd06ca05dbc3e5f0.tar.xz
Merge pull request #21 from ItsNewe/master
Mongo payload data retrieval
Diffstat (limited to '')
-rw-r--r--src/protodefs/protos.proto24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/protodefs/protos.proto b/src/protodefs/protos.proto
deleted file mode 100644

index 11face5f..00000000 --- a/src/protodefs/protos.proto +++ /dev/null
@@ -1,24 +0,0 @@ -syntax = "proto3"; - -package fosscordMedia; - -service fosscordInternals{ - rpc vRequest(voiceRequest) returns (voiceAnswer) {} -} - -message voiceRequest{ //OP1 from gw - uint64 userid = 1; - uint64 guildid = 2; - string ip=3; - uint32 port=4; - string protocol=5; - string rtcConnectionId=6; -} - -message voiceAnswer{//OP2 and OP4 to gw - string ip=1; - uint32 port=3; - repeated string modes=2; - int32 ssrc=4; - string audioCodec=5; -} \ No newline at end of file