Documentation
¶
Index ¶
- type AudioCallServer
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AudioCallServer ¶
type AudioCallServer struct {
pb.UnimplementedAudioCallServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AudioCallServer implements pb.AudioCallServiceServer.
func (*AudioCallServer) AnswerCall ¶
func (s *AudioCallServer) AnswerCall(_ context.Context, req *pb.AnswerCallRequest) (*pb.AnswerCallResponse, error)
func (*AudioCallServer) AttachCall ¶
func (s *AudioCallServer) AttachCall(_ context.Context, req *pb.AttachCallRequest) (*pb.AttachCallResponse, error)
func (*AudioCallServer) Close ¶
func (s *AudioCallServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error)
func (*AudioCallServer) ContinueCall ¶
func (s *AudioCallServer) ContinueCall(_ context.Context, req *pb.ContinueCallRequest) (*pb.ContinueCallResponse, error)
func (*AudioCallServer) EndCall ¶
func (s *AudioCallServer) EndCall(_ context.Context, req *pb.EndCallRequest) (*pb.EndCallResponse, error)
func (*AudioCallServer) GetLocalProfile ¶
func (s *AudioCallServer) GetLocalProfile(_ context.Context, req *pb.GetLocalProfileRequest) (*pb.GetLocalProfileResponse, error)
func (*AudioCallServer) GetPeerProfile ¶
func (s *AudioCallServer) GetPeerProfile(_ context.Context, req *pb.GetPeerProfileRequest) (*pb.GetPeerProfileResponse, error)
func (*AudioCallServer) GetState ¶
func (s *AudioCallServer) GetState(_ context.Context, req *pb.GetStateRequest) (*pb.GetStateResponse, error)
func (*AudioCallServer) HoldCall ¶
func (s *AudioCallServer) HoldCall(_ context.Context, req *pb.HoldCallRequest) (*pb.HoldCallResponse, error)
func (*AudioCallServer) IsInCall ¶
func (s *AudioCallServer) IsInCall(_ context.Context, req *pb.IsInCallRequest) (*pb.IsInCallResponse, error)
func (*AudioCallServer) IsMuted ¶
func (s *AudioCallServer) IsMuted(_ context.Context, req *pb.IsMutedRequest) (*pb.IsMutedResponse, error)
func (*AudioCallServer) IsOnHold ¶
func (s *AudioCallServer) IsOnHold(_ context.Context, req *pb.IsOnHoldRequest) (*pb.IsOnHoldResponse, error)
func (*AudioCallServer) MakeCall ¶
func (s *AudioCallServer) MakeCall(_ context.Context, req *pb.MakeCallRequest) (*pb.MakeCallResponse, error)
func (*AudioCallServer) NewAudioCall ¶
func (s *AudioCallServer) NewAudioCall(_ context.Context, req *pb.NewAudioCallRequest) (*pb.NewAudioCallResponse, error)
func (*AudioCallServer) SendDtmf1 ¶
func (s *AudioCallServer) SendDtmf1(_ context.Context, req *pb.SendDtmf1Request) (*pb.SendDtmf1Response, error)
func (*AudioCallServer) SendDtmf2_1 ¶
func (s *AudioCallServer) SendDtmf2_1(_ context.Context, req *pb.SendDtmf2_1Request) (*pb.SendDtmf2_1Response, error)
func (*AudioCallServer) SetListener1 ¶
func (s *AudioCallServer) SetListener1(_ context.Context, req *pb.SetListener1Request) (*pb.SetListener1Response, error)
func (*AudioCallServer) SetListener2_1 ¶
func (s *AudioCallServer) SetListener2_1(_ context.Context, req *pb.SetListener2_1Request) (*pb.SetListener2_1Response, error)
func (*AudioCallServer) SetSpeakerMode ¶
func (s *AudioCallServer) SetSpeakerMode(_ context.Context, req *pb.SetSpeakerModeRequest) (*pb.SetSpeakerModeResponse, error)
func (*AudioCallServer) StartAudio ¶
func (s *AudioCallServer) StartAudio(_ context.Context, req *pb.StartAudioRequest) (*pb.StartAudioResponse, error)
func (*AudioCallServer) ToggleMute ¶
func (s *AudioCallServer) ToggleMute(_ context.Context, req *pb.ToggleMuteRequest) (*pb.ToggleMuteResponse, error)
Click to show internal directories.
Click to hide internal directories.