Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AudioCallServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AudioCallServer) AnswerCall(_ context.Context, req *pb.AnswerCallRequest) (*pb.AnswerCallResponse, error) + func (s *AudioCallServer) AttachCall(_ context.Context, req *pb.AttachCallRequest) (*pb.AttachCallResponse, error) + func (s *AudioCallServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error) + func (s *AudioCallServer) ContinueCall(_ context.Context, req *pb.ContinueCallRequest) (*pb.ContinueCallResponse, error) + func (s *AudioCallServer) EndCall(_ context.Context, req *pb.EndCallRequest) (*pb.EndCallResponse, error) + func (s *AudioCallServer) GetLocalProfile(_ context.Context, req *pb.GetLocalProfileRequest) (*pb.GetLocalProfileResponse, error) + func (s *AudioCallServer) GetPeerProfile(_ context.Context, req *pb.GetPeerProfileRequest) (*pb.GetPeerProfileResponse, error) + func (s *AudioCallServer) GetState(_ context.Context, req *pb.GetStateRequest) (*pb.GetStateResponse, error) + func (s *AudioCallServer) HoldCall(_ context.Context, req *pb.HoldCallRequest) (*pb.HoldCallResponse, error) + func (s *AudioCallServer) IsInCall(_ context.Context, req *pb.IsInCallRequest) (*pb.IsInCallResponse, error) + func (s *AudioCallServer) IsMuted(_ context.Context, req *pb.IsMutedRequest) (*pb.IsMutedResponse, error) + func (s *AudioCallServer) IsOnHold(_ context.Context, req *pb.IsOnHoldRequest) (*pb.IsOnHoldResponse, error) + func (s *AudioCallServer) MakeCall(_ context.Context, req *pb.MakeCallRequest) (*pb.MakeCallResponse, error) + func (s *AudioCallServer) NewAudioCall(_ context.Context, req *pb.NewAudioCallRequest) (*pb.NewAudioCallResponse, error) + func (s *AudioCallServer) SendDtmf1(_ context.Context, req *pb.SendDtmf1Request) (*pb.SendDtmf1Response, error) + func (s *AudioCallServer) SendDtmf2_1(_ context.Context, req *pb.SendDtmf2_1Request) (*pb.SendDtmf2_1Response, error) + func (s *AudioCallServer) SetListener1(_ context.Context, req *pb.SetListener1Request) (*pb.SetListener1Response, error) + func (s *AudioCallServer) SetListener2_1(_ context.Context, req *pb.SetListener2_1Request) (*pb.SetListener2_1Response, error) + func (s *AudioCallServer) SetSpeakerMode(_ context.Context, req *pb.SetSpeakerModeRequest) (*pb.SetSpeakerModeResponse, error) + func (s *AudioCallServer) StartAudio(_ context.Context, req *pb.StartAudioRequest) (*pb.StartAudioResponse, error) + func (s *AudioCallServer) ToggleMute(_ context.Context, req *pb.ToggleMuteRequest) (*pb.ToggleMuteResponse, error)