refactor to separate uder packing from server packing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2026-02-26 21:07:38 +01:00
parent eb7fdc9b03
commit 423c5d6d64
2 changed files with 24 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ func ReadCallRequestResponseMessage(data []byte, srvuid string) (*meowlib.VideoD
return serverMsg.VideoData, "", nil
}
/*
func BuildCallMessage(videodata *meowlib.VideoData, srvuid string, peer_uid string, replyToUid string, filelist []string) ([]byte, string, error) {
peer := client.GetConfig().GetIdentity().Peers.GetFromUid(peer_uid)
@@ -53,3 +54,4 @@ func BuildCallMessage(videodata *meowlib.VideoData, srvuid string, peer_uid stri
func BuildCancelCallMessage() {
}
*/