Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const AudioCodecService_GetCodec_FullMethodName + const AudioCodecService_GetCodecs_FullMethodName + const AudioGroupService_Clear_FullMethodName + const AudioGroupService_GetMode_FullMethodName + const AudioGroupService_GetStreams_FullMethodName + const AudioGroupService_NewAudioGroup_FullMethodName + const AudioGroupService_SendDtmf_FullMethodName + const AudioGroupService_SetMode_FullMethodName + const AudioStreamService_GetCodec_FullMethodName + const AudioStreamService_GetDtmfType_FullMethodName + const AudioStreamService_GetGroup_FullMethodName + const AudioStreamService_IsBusy_FullMethodName + const AudioStreamService_Join_FullMethodName + const AudioStreamService_NewAudioStream_FullMethodName + const AudioStreamService_SetCodec_FullMethodName + const AudioStreamService_SetDtmfType_FullMethodName + const StreamService_Associate_FullMethodName + const StreamService_GetLocalAddress_FullMethodName + const StreamService_GetLocalPort_FullMethodName + const StreamService_GetMode_FullMethodName + const StreamService_GetRemoteAddress_FullMethodName + const StreamService_GetRemotePort_FullMethodName + const StreamService_IsBusy_FullMethodName + const StreamService_Release_FullMethodName + const StreamService_SetMode_FullMethodName + var AudioCodecService_ServiceDesc = grpc.ServiceDesc + var AudioGroupService_ServiceDesc = grpc.ServiceDesc + var AudioStreamService_ServiceDesc = grpc.ServiceDesc + var File_proto_rtp_rtp_proto protoreflect.FileDescriptor + var StreamService_ServiceDesc = grpc.ServiceDesc + func RegisterAudioCodecServiceServer(s grpc.ServiceRegistrar, srv AudioCodecServiceServer) + func RegisterAudioGroupServiceServer(s grpc.ServiceRegistrar, srv AudioGroupServiceServer) + func RegisterAudioStreamServiceServer(s grpc.ServiceRegistrar, srv AudioStreamServiceServer) + func RegisterStreamServiceServer(s grpc.ServiceRegistrar, srv StreamServiceServer) + type AssociateRequest struct + Arg0 int64 + Arg1 int32 + func (*AssociateRequest) Descriptor() ([]byte, []int) + func (*AssociateRequest) ProtoMessage() + func (x *AssociateRequest) GetArg0() int64 + func (x *AssociateRequest) GetArg1() int32 + func (x *AssociateRequest) ProtoReflect() protoreflect.Message + func (x *AssociateRequest) Reset() + func (x *AssociateRequest) String() string + type AssociateResponse struct + func (*AssociateResponse) Descriptor() ([]byte, []int) + func (*AssociateResponse) ProtoMessage() + func (x *AssociateResponse) ProtoReflect() protoreflect.Message + func (x *AssociateResponse) Reset() + func (x *AssociateResponse) String() string + type AudioCodecServiceClient interface + GetCodec func(ctx context.Context, in *GetCodecRequest, opts ...grpc.CallOption) (*GetCodecResponse, error) + GetCodecs func(ctx context.Context, in *GetCodecsRequest, opts ...grpc.CallOption) (*GetCodecsResponse, error) + func NewAudioCodecServiceClient(cc grpc.ClientConnInterface) AudioCodecServiceClient + type AudioCodecServiceServer interface + GetCodec func(context.Context, *GetCodecRequest) (*GetCodecResponse, error) + GetCodecs func(context.Context, *GetCodecsRequest) (*GetCodecsResponse, error) + type AudioGroupServiceClient interface + Clear func(ctx context.Context, in *ClearRequest, opts ...grpc.CallOption) (*ClearResponse, error) + GetMode func(ctx context.Context, in *GetModeRequest, opts ...grpc.CallOption) (*GetModeResponse, error) + GetStreams func(ctx context.Context, in *GetStreamsRequest, opts ...grpc.CallOption) (*GetStreamsResponse, error) + NewAudioGroup func(ctx context.Context, in *NewAudioGroupRequest, opts ...grpc.CallOption) (*NewAudioGroupResponse, error) + SendDtmf func(ctx context.Context, in *SendDtmfRequest, opts ...grpc.CallOption) (*SendDtmfResponse, error) + SetMode func(ctx context.Context, in *SetModeRequest, opts ...grpc.CallOption) (*SetModeResponse, error) + func NewAudioGroupServiceClient(cc grpc.ClientConnInterface) AudioGroupServiceClient + type AudioGroupServiceServer interface + Clear func(context.Context, *ClearRequest) (*ClearResponse, error) + GetMode func(context.Context, *GetModeRequest) (*GetModeResponse, error) + GetStreams func(context.Context, *GetStreamsRequest) (*GetStreamsResponse, error) + NewAudioGroup func(context.Context, *NewAudioGroupRequest) (*NewAudioGroupResponse, error) + SendDtmf func(context.Context, *SendDtmfRequest) (*SendDtmfResponse, error) + SetMode func(context.Context, *SetModeRequest) (*SetModeResponse, error) + type AudioStreamGetCodecRequest struct + Handle int64 + func (*AudioStreamGetCodecRequest) Descriptor() ([]byte, []int) + func (*AudioStreamGetCodecRequest) ProtoMessage() + func (x *AudioStreamGetCodecRequest) GetHandle() int64 + func (x *AudioStreamGetCodecRequest) ProtoReflect() protoreflect.Message + func (x *AudioStreamGetCodecRequest) Reset() + func (x *AudioStreamGetCodecRequest) String() string + type AudioStreamServiceClient interface + GetCodec func(ctx context.Context, in *AudioStreamGetCodecRequest, opts ...grpc.CallOption) (*GetCodecResponse, error) + GetDtmfType func(ctx context.Context, in *GetDtmfTypeRequest, opts ...grpc.CallOption) (*GetDtmfTypeResponse, error) + GetGroup func(ctx context.Context, in *GetGroupRequest, opts ...grpc.CallOption) (*GetGroupResponse, error) + IsBusy func(ctx context.Context, in *IsBusyRequest, opts ...grpc.CallOption) (*IsBusyResponse, error) + Join func(ctx context.Context, in *JoinRequest, opts ...grpc.CallOption) (*JoinResponse, error) + NewAudioStream func(ctx context.Context, in *NewAudioStreamRequest, opts ...grpc.CallOption) (*NewAudioStreamResponse, error) + SetCodec func(ctx context.Context, in *SetCodecRequest, opts ...grpc.CallOption) (*SetCodecResponse, error) + SetDtmfType func(ctx context.Context, in *SetDtmfTypeRequest, opts ...grpc.CallOption) (*SetDtmfTypeResponse, error) + func NewAudioStreamServiceClient(cc grpc.ClientConnInterface) AudioStreamServiceClient + type AudioStreamServiceServer interface + GetCodec func(context.Context, *AudioStreamGetCodecRequest) (*GetCodecResponse, error) + GetDtmfType func(context.Context, *GetDtmfTypeRequest) (*GetDtmfTypeResponse, error) + GetGroup func(context.Context, *GetGroupRequest) (*GetGroupResponse, error) + IsBusy func(context.Context, *IsBusyRequest) (*IsBusyResponse, error) + Join func(context.Context, *JoinRequest) (*JoinResponse, error) + NewAudioStream func(context.Context, *NewAudioStreamRequest) (*NewAudioStreamResponse, error) + SetCodec func(context.Context, *SetCodecRequest) (*SetCodecResponse, error) + SetDtmfType func(context.Context, *SetDtmfTypeRequest) (*SetDtmfTypeResponse, error) + type ClearRequest struct + Handle int64 + func (*ClearRequest) Descriptor() ([]byte, []int) + func (*ClearRequest) ProtoMessage() + func (x *ClearRequest) GetHandle() int64 + func (x *ClearRequest) ProtoReflect() protoreflect.Message + func (x *ClearRequest) Reset() + func (x *ClearRequest) String() string + type ClearResponse struct + func (*ClearResponse) Descriptor() ([]byte, []int) + func (*ClearResponse) ProtoMessage() + func (x *ClearResponse) ProtoReflect() protoreflect.Message + func (x *ClearResponse) Reset() + func (x *ClearResponse) String() string + type GetCodecRequest struct + Arg0 int32 + Arg1 string + Arg2 string + func (*GetCodecRequest) Descriptor() ([]byte, []int) + func (*GetCodecRequest) ProtoMessage() + func (x *GetCodecRequest) GetArg0() int32 + func (x *GetCodecRequest) GetArg1() string + func (x *GetCodecRequest) GetArg2() string + func (x *GetCodecRequest) ProtoReflect() protoreflect.Message + func (x *GetCodecRequest) Reset() + func (x *GetCodecRequest) String() string + type GetCodecResponse struct + Result int64 + func (*GetCodecResponse) Descriptor() ([]byte, []int) + func (*GetCodecResponse) ProtoMessage() + func (x *GetCodecResponse) GetResult() int64 + func (x *GetCodecResponse) ProtoReflect() protoreflect.Message + func (x *GetCodecResponse) Reset() + func (x *GetCodecResponse) String() string + type GetCodecsRequest struct + func (*GetCodecsRequest) Descriptor() ([]byte, []int) + func (*GetCodecsRequest) ProtoMessage() + func (x *GetCodecsRequest) ProtoReflect() protoreflect.Message + func (x *GetCodecsRequest) Reset() + func (x *GetCodecsRequest) String() string + type GetCodecsResponse struct + Result int64 + func (*GetCodecsResponse) Descriptor() ([]byte, []int) + func (*GetCodecsResponse) ProtoMessage() + func (x *GetCodecsResponse) GetResult() int64 + func (x *GetCodecsResponse) ProtoReflect() protoreflect.Message + func (x *GetCodecsResponse) Reset() + func (x *GetCodecsResponse) String() string + type GetDtmfTypeRequest struct + Handle int64 + func (*GetDtmfTypeRequest) Descriptor() ([]byte, []int) + func (*GetDtmfTypeRequest) ProtoMessage() + func (x *GetDtmfTypeRequest) GetHandle() int64 + func (x *GetDtmfTypeRequest) ProtoReflect() protoreflect.Message + func (x *GetDtmfTypeRequest) Reset() + func (x *GetDtmfTypeRequest) String() string + type GetDtmfTypeResponse struct + Result int32 + func (*GetDtmfTypeResponse) Descriptor() ([]byte, []int) + func (*GetDtmfTypeResponse) ProtoMessage() + func (x *GetDtmfTypeResponse) GetResult() int32 + func (x *GetDtmfTypeResponse) ProtoReflect() protoreflect.Message + func (x *GetDtmfTypeResponse) Reset() + func (x *GetDtmfTypeResponse) String() string + type GetGroupRequest struct + Handle int64 + func (*GetGroupRequest) Descriptor() ([]byte, []int) + func (*GetGroupRequest) ProtoMessage() + func (x *GetGroupRequest) GetHandle() int64 + func (x *GetGroupRequest) ProtoReflect() protoreflect.Message + func (x *GetGroupRequest) Reset() + func (x *GetGroupRequest) String() string + type GetGroupResponse struct + Result int64 + func (*GetGroupResponse) Descriptor() ([]byte, []int) + func (*GetGroupResponse) ProtoMessage() + func (x *GetGroupResponse) GetResult() int64 + func (x *GetGroupResponse) ProtoReflect() protoreflect.Message + func (x *GetGroupResponse) Reset() + func (x *GetGroupResponse) String() string + type GetLocalAddressRequest struct + func (*GetLocalAddressRequest) Descriptor() ([]byte, []int) + func (*GetLocalAddressRequest) ProtoMessage() + func (x *GetLocalAddressRequest) ProtoReflect() protoreflect.Message + func (x *GetLocalAddressRequest) Reset() + func (x *GetLocalAddressRequest) String() string + type GetLocalAddressResponse struct + Result int64 + func (*GetLocalAddressResponse) Descriptor() ([]byte, []int) + func (*GetLocalAddressResponse) ProtoMessage() + func (x *GetLocalAddressResponse) GetResult() int64 + func (x *GetLocalAddressResponse) ProtoReflect() protoreflect.Message + func (x *GetLocalAddressResponse) Reset() + func (x *GetLocalAddressResponse) String() string + type GetLocalPortRequest struct + func (*GetLocalPortRequest) Descriptor() ([]byte, []int) + func (*GetLocalPortRequest) ProtoMessage() + func (x *GetLocalPortRequest) ProtoReflect() protoreflect.Message + func (x *GetLocalPortRequest) Reset() + func (x *GetLocalPortRequest) String() string + type GetLocalPortResponse struct + Result int32 + func (*GetLocalPortResponse) Descriptor() ([]byte, []int) + func (*GetLocalPortResponse) ProtoMessage() + func (x *GetLocalPortResponse) GetResult() int32 + func (x *GetLocalPortResponse) ProtoReflect() protoreflect.Message + func (x *GetLocalPortResponse) Reset() + func (x *GetLocalPortResponse) String() string + type GetModeRequest struct + Handle int64 + func (*GetModeRequest) Descriptor() ([]byte, []int) + func (*GetModeRequest) ProtoMessage() + func (x *GetModeRequest) GetHandle() int64 + func (x *GetModeRequest) ProtoReflect() protoreflect.Message + func (x *GetModeRequest) Reset() + func (x *GetModeRequest) String() string + type GetModeResponse struct + Result int32 + func (*GetModeResponse) Descriptor() ([]byte, []int) + func (*GetModeResponse) ProtoMessage() + func (x *GetModeResponse) GetResult() int32 + func (x *GetModeResponse) ProtoReflect() protoreflect.Message + func (x *GetModeResponse) Reset() + func (x *GetModeResponse) String() string + type GetRemoteAddressRequest struct + func (*GetRemoteAddressRequest) Descriptor() ([]byte, []int) + func (*GetRemoteAddressRequest) ProtoMessage() + func (x *GetRemoteAddressRequest) ProtoReflect() protoreflect.Message + func (x *GetRemoteAddressRequest) Reset() + func (x *GetRemoteAddressRequest) String() string + type GetRemoteAddressResponse struct + Result int64 + func (*GetRemoteAddressResponse) Descriptor() ([]byte, []int) + func (*GetRemoteAddressResponse) ProtoMessage() + func (x *GetRemoteAddressResponse) GetResult() int64 + func (x *GetRemoteAddressResponse) ProtoReflect() protoreflect.Message + func (x *GetRemoteAddressResponse) Reset() + func (x *GetRemoteAddressResponse) String() string + type GetRemotePortRequest struct + func (*GetRemotePortRequest) Descriptor() ([]byte, []int) + func (*GetRemotePortRequest) ProtoMessage() + func (x *GetRemotePortRequest) ProtoReflect() protoreflect.Message + func (x *GetRemotePortRequest) Reset() + func (x *GetRemotePortRequest) String() string + type GetRemotePortResponse struct + Result int32 + func (*GetRemotePortResponse) Descriptor() ([]byte, []int) + func (*GetRemotePortResponse) ProtoMessage() + func (x *GetRemotePortResponse) GetResult() int32 + func (x *GetRemotePortResponse) ProtoReflect() protoreflect.Message + func (x *GetRemotePortResponse) Reset() + func (x *GetRemotePortResponse) String() string + type GetStreamsRequest struct + Handle int64 + func (*GetStreamsRequest) Descriptor() ([]byte, []int) + func (*GetStreamsRequest) ProtoMessage() + func (x *GetStreamsRequest) GetHandle() int64 + func (x *GetStreamsRequest) ProtoReflect() protoreflect.Message + func (x *GetStreamsRequest) Reset() + func (x *GetStreamsRequest) String() string + type GetStreamsResponse struct + Result int64 + func (*GetStreamsResponse) Descriptor() ([]byte, []int) + func (*GetStreamsResponse) ProtoMessage() + func (x *GetStreamsResponse) GetResult() int64 + func (x *GetStreamsResponse) ProtoReflect() protoreflect.Message + func (x *GetStreamsResponse) Reset() + func (x *GetStreamsResponse) String() string + type IsBusyRequest struct + Handle int64 + func (*IsBusyRequest) Descriptor() ([]byte, []int) + func (*IsBusyRequest) ProtoMessage() + func (x *IsBusyRequest) GetHandle() int64 + func (x *IsBusyRequest) ProtoReflect() protoreflect.Message + func (x *IsBusyRequest) Reset() + func (x *IsBusyRequest) String() string + type IsBusyResponse struct + Result bool + func (*IsBusyResponse) Descriptor() ([]byte, []int) + func (*IsBusyResponse) ProtoMessage() + func (x *IsBusyResponse) GetResult() bool + func (x *IsBusyResponse) ProtoReflect() protoreflect.Message + func (x *IsBusyResponse) Reset() + func (x *IsBusyResponse) String() string + type JoinRequest struct + Arg0 int64 + Handle int64 + func (*JoinRequest) Descriptor() ([]byte, []int) + func (*JoinRequest) ProtoMessage() + func (x *JoinRequest) GetArg0() int64 + func (x *JoinRequest) GetHandle() int64 + func (x *JoinRequest) ProtoReflect() protoreflect.Message + func (x *JoinRequest) Reset() + func (x *JoinRequest) String() string + type JoinResponse struct + func (*JoinResponse) Descriptor() ([]byte, []int) + func (*JoinResponse) ProtoMessage() + func (x *JoinResponse) ProtoReflect() protoreflect.Message + func (x *JoinResponse) Reset() + func (x *JoinResponse) String() string + type NewAudioGroupRequest struct + Arg0 int64 + func (*NewAudioGroupRequest) Descriptor() ([]byte, []int) + func (*NewAudioGroupRequest) ProtoMessage() + func (x *NewAudioGroupRequest) GetArg0() int64 + func (x *NewAudioGroupRequest) ProtoReflect() protoreflect.Message + func (x *NewAudioGroupRequest) Reset() + func (x *NewAudioGroupRequest) String() string + type NewAudioGroupResponse struct + Result int64 + func (*NewAudioGroupResponse) Descriptor() ([]byte, []int) + func (*NewAudioGroupResponse) ProtoMessage() + func (x *NewAudioGroupResponse) GetResult() int64 + func (x *NewAudioGroupResponse) ProtoReflect() protoreflect.Message + func (x *NewAudioGroupResponse) Reset() + func (x *NewAudioGroupResponse) String() string + type NewAudioStreamRequest struct + Arg0 int64 + func (*NewAudioStreamRequest) Descriptor() ([]byte, []int) + func (*NewAudioStreamRequest) ProtoMessage() + func (x *NewAudioStreamRequest) GetArg0() int64 + func (x *NewAudioStreamRequest) ProtoReflect() protoreflect.Message + func (x *NewAudioStreamRequest) Reset() + func (x *NewAudioStreamRequest) String() string + type NewAudioStreamResponse struct + Result int64 + func (*NewAudioStreamResponse) Descriptor() ([]byte, []int) + func (*NewAudioStreamResponse) ProtoMessage() + func (x *NewAudioStreamResponse) GetResult() int64 + func (x *NewAudioStreamResponse) ProtoReflect() protoreflect.Message + func (x *NewAudioStreamResponse) Reset() + func (x *NewAudioStreamResponse) String() string + type ReleaseRequest struct + func (*ReleaseRequest) Descriptor() ([]byte, []int) + func (*ReleaseRequest) ProtoMessage() + func (x *ReleaseRequest) ProtoReflect() protoreflect.Message + func (x *ReleaseRequest) Reset() + func (x *ReleaseRequest) String() string + type ReleaseResponse struct + func (*ReleaseResponse) Descriptor() ([]byte, []int) + func (*ReleaseResponse) ProtoMessage() + func (x *ReleaseResponse) ProtoReflect() protoreflect.Message + func (x *ReleaseResponse) Reset() + func (x *ReleaseResponse) String() string + type SendDtmfRequest struct + Arg0 int32 + Handle int64 + func (*SendDtmfRequest) Descriptor() ([]byte, []int) + func (*SendDtmfRequest) ProtoMessage() + func (x *SendDtmfRequest) GetArg0() int32 + func (x *SendDtmfRequest) GetHandle() int64 + func (x *SendDtmfRequest) ProtoReflect() protoreflect.Message + func (x *SendDtmfRequest) Reset() + func (x *SendDtmfRequest) String() string + type SendDtmfResponse struct + func (*SendDtmfResponse) Descriptor() ([]byte, []int) + func (*SendDtmfResponse) ProtoMessage() + func (x *SendDtmfResponse) ProtoReflect() protoreflect.Message + func (x *SendDtmfResponse) Reset() + func (x *SendDtmfResponse) String() string + type SetCodecRequest struct + Arg0 int64 + Handle int64 + func (*SetCodecRequest) Descriptor() ([]byte, []int) + func (*SetCodecRequest) ProtoMessage() + func (x *SetCodecRequest) GetArg0() int64 + func (x *SetCodecRequest) GetHandle() int64 + func (x *SetCodecRequest) ProtoReflect() protoreflect.Message + func (x *SetCodecRequest) Reset() + func (x *SetCodecRequest) String() string + type SetCodecResponse struct + func (*SetCodecResponse) Descriptor() ([]byte, []int) + func (*SetCodecResponse) ProtoMessage() + func (x *SetCodecResponse) ProtoReflect() protoreflect.Message + func (x *SetCodecResponse) Reset() + func (x *SetCodecResponse) String() string + type SetDtmfTypeRequest struct + Arg0 int32 + Handle int64 + func (*SetDtmfTypeRequest) Descriptor() ([]byte, []int) + func (*SetDtmfTypeRequest) ProtoMessage() + func (x *SetDtmfTypeRequest) GetArg0() int32 + func (x *SetDtmfTypeRequest) GetHandle() int64 + func (x *SetDtmfTypeRequest) ProtoReflect() protoreflect.Message + func (x *SetDtmfTypeRequest) Reset() + func (x *SetDtmfTypeRequest) String() string + type SetDtmfTypeResponse struct + func (*SetDtmfTypeResponse) Descriptor() ([]byte, []int) + func (*SetDtmfTypeResponse) ProtoMessage() + func (x *SetDtmfTypeResponse) ProtoReflect() protoreflect.Message + func (x *SetDtmfTypeResponse) Reset() + func (x *SetDtmfTypeResponse) String() string + type SetModeRequest struct + Arg0 int32 + Handle int64 + func (*SetModeRequest) Descriptor() ([]byte, []int) + func (*SetModeRequest) ProtoMessage() + func (x *SetModeRequest) GetArg0() int32 + func (x *SetModeRequest) GetHandle() int64 + func (x *SetModeRequest) ProtoReflect() protoreflect.Message + func (x *SetModeRequest) Reset() + func (x *SetModeRequest) String() string + type SetModeResponse struct + func (*SetModeResponse) Descriptor() ([]byte, []int) + func (*SetModeResponse) ProtoMessage() + func (x *SetModeResponse) ProtoReflect() protoreflect.Message + func (x *SetModeResponse) Reset() + func (x *SetModeResponse) String() string + type StreamGetModeRequest struct + func (*StreamGetModeRequest) Descriptor() ([]byte, []int) + func (*StreamGetModeRequest) ProtoMessage() + func (x *StreamGetModeRequest) ProtoReflect() protoreflect.Message + func (x *StreamGetModeRequest) Reset() + func (x *StreamGetModeRequest) String() string + type StreamIsBusyRequest struct + func (*StreamIsBusyRequest) Descriptor() ([]byte, []int) + func (*StreamIsBusyRequest) ProtoMessage() + func (x *StreamIsBusyRequest) ProtoReflect() protoreflect.Message + func (x *StreamIsBusyRequest) Reset() + func (x *StreamIsBusyRequest) String() string + type StreamServiceClient interface + Associate func(ctx context.Context, in *AssociateRequest, opts ...grpc.CallOption) (*AssociateResponse, error) + GetLocalAddress func(ctx context.Context, in *GetLocalAddressRequest, opts ...grpc.CallOption) (*GetLocalAddressResponse, error) + GetLocalPort func(ctx context.Context, in *GetLocalPortRequest, opts ...grpc.CallOption) (*GetLocalPortResponse, error) + GetMode func(ctx context.Context, in *StreamGetModeRequest, opts ...grpc.CallOption) (*GetModeResponse, error) + GetRemoteAddress func(ctx context.Context, in *GetRemoteAddressRequest, opts ...grpc.CallOption) (*GetRemoteAddressResponse, error) + GetRemotePort func(ctx context.Context, in *GetRemotePortRequest, opts ...grpc.CallOption) (*GetRemotePortResponse, error) + IsBusy func(ctx context.Context, in *StreamIsBusyRequest, opts ...grpc.CallOption) (*IsBusyResponse, error) + Release func(ctx context.Context, in *ReleaseRequest, opts ...grpc.CallOption) (*ReleaseResponse, error) + SetMode func(ctx context.Context, in *StreamSetModeRequest, opts ...grpc.CallOption) (*SetModeResponse, error) + func NewStreamServiceClient(cc grpc.ClientConnInterface) StreamServiceClient + type StreamServiceServer interface + Associate func(context.Context, *AssociateRequest) (*AssociateResponse, error) + GetLocalAddress func(context.Context, *GetLocalAddressRequest) (*GetLocalAddressResponse, error) + GetLocalPort func(context.Context, *GetLocalPortRequest) (*GetLocalPortResponse, error) + GetMode func(context.Context, *StreamGetModeRequest) (*GetModeResponse, error) + GetRemoteAddress func(context.Context, *GetRemoteAddressRequest) (*GetRemoteAddressResponse, error) + GetRemotePort func(context.Context, *GetRemotePortRequest) (*GetRemotePortResponse, error) + IsBusy func(context.Context, *StreamIsBusyRequest) (*IsBusyResponse, error) + Release func(context.Context, *ReleaseRequest) (*ReleaseResponse, error) + SetMode func(context.Context, *StreamSetModeRequest) (*SetModeResponse, error) + type StreamSetModeRequest struct + Arg0 int32 + func (*StreamSetModeRequest) Descriptor() ([]byte, []int) + func (*StreamSetModeRequest) ProtoMessage() + func (x *StreamSetModeRequest) GetArg0() int32 + func (x *StreamSetModeRequest) ProtoReflect() protoreflect.Message + func (x *StreamSetModeRequest) Reset() + func (x *StreamSetModeRequest) String() string + type UnimplementedAudioCodecServiceServer struct + func (UnimplementedAudioCodecServiceServer) GetCodec(context.Context, *GetCodecRequest) (*GetCodecResponse, error) + func (UnimplementedAudioCodecServiceServer) GetCodecs(context.Context, *GetCodecsRequest) (*GetCodecsResponse, error) + type UnimplementedAudioGroupServiceServer struct + func (UnimplementedAudioGroupServiceServer) Clear(context.Context, *ClearRequest) (*ClearResponse, error) + func (UnimplementedAudioGroupServiceServer) GetMode(context.Context, *GetModeRequest) (*GetModeResponse, error) + func (UnimplementedAudioGroupServiceServer) GetStreams(context.Context, *GetStreamsRequest) (*GetStreamsResponse, error) + func (UnimplementedAudioGroupServiceServer) NewAudioGroup(context.Context, *NewAudioGroupRequest) (*NewAudioGroupResponse, error) + func (UnimplementedAudioGroupServiceServer) SendDtmf(context.Context, *SendDtmfRequest) (*SendDtmfResponse, error) + func (UnimplementedAudioGroupServiceServer) SetMode(context.Context, *SetModeRequest) (*SetModeResponse, error) + type UnimplementedAudioStreamServiceServer struct + func (UnimplementedAudioStreamServiceServer) GetCodec(context.Context, *AudioStreamGetCodecRequest) (*GetCodecResponse, error) + func (UnimplementedAudioStreamServiceServer) GetDtmfType(context.Context, *GetDtmfTypeRequest) (*GetDtmfTypeResponse, error) + func (UnimplementedAudioStreamServiceServer) GetGroup(context.Context, *GetGroupRequest) (*GetGroupResponse, error) + func (UnimplementedAudioStreamServiceServer) IsBusy(context.Context, *IsBusyRequest) (*IsBusyResponse, error) + func (UnimplementedAudioStreamServiceServer) Join(context.Context, *JoinRequest) (*JoinResponse, error) + func (UnimplementedAudioStreamServiceServer) NewAudioStream(context.Context, *NewAudioStreamRequest) (*NewAudioStreamResponse, error) + func (UnimplementedAudioStreamServiceServer) SetCodec(context.Context, *SetCodecRequest) (*SetCodecResponse, error) + func (UnimplementedAudioStreamServiceServer) SetDtmfType(context.Context, *SetDtmfTypeRequest) (*SetDtmfTypeResponse, error) + type UnimplementedStreamServiceServer struct + func (UnimplementedStreamServiceServer) Associate(context.Context, *AssociateRequest) (*AssociateResponse, error) + func (UnimplementedStreamServiceServer) GetLocalAddress(context.Context, *GetLocalAddressRequest) (*GetLocalAddressResponse, error) + func (UnimplementedStreamServiceServer) GetLocalPort(context.Context, *GetLocalPortRequest) (*GetLocalPortResponse, error) + func (UnimplementedStreamServiceServer) GetMode(context.Context, *StreamGetModeRequest) (*GetModeResponse, error) + func (UnimplementedStreamServiceServer) GetRemoteAddress(context.Context, *GetRemoteAddressRequest) (*GetRemoteAddressResponse, error) + func (UnimplementedStreamServiceServer) GetRemotePort(context.Context, *GetRemotePortRequest) (*GetRemotePortResponse, error) + func (UnimplementedStreamServiceServer) IsBusy(context.Context, *StreamIsBusyRequest) (*IsBusyResponse, error) + func (UnimplementedStreamServiceServer) Release(context.Context, *ReleaseRequest) (*ReleaseResponse, error) + func (UnimplementedStreamServiceServer) SetMode(context.Context, *StreamSetModeRequest) (*SetModeResponse, error) + type UnsafeAudioCodecServiceServer interface + type UnsafeAudioGroupServiceServer interface + type UnsafeAudioStreamServiceServer interface + type UnsafeStreamServiceServer interface