telemetryfakes

package
v1.9.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeAnalyticsService

type FakeAnalyticsService struct {
	RoomProjectReporterStub func(context.Context) roomobs.ProjectReporter

	SendEventStub func(context.Context, *livekit.AnalyticsEvent)

	SendNodeRoomStatesStub func(context.Context, *livekit.AnalyticsNodeRooms)

	SendStatsStub func(context.Context, []*livekit.AnalyticsStat)
	// contains filtered or unexported fields
}

func (*FakeAnalyticsService) Invocations

func (fake *FakeAnalyticsService) Invocations() map[string][][]interface{}

func (*FakeAnalyticsService) RoomProjectReporter

func (fake *FakeAnalyticsService) RoomProjectReporter(arg1 context.Context) roomobs.ProjectReporter

func (*FakeAnalyticsService) RoomProjectReporterArgsForCall

func (fake *FakeAnalyticsService) RoomProjectReporterArgsForCall(i int) context.Context

func (*FakeAnalyticsService) RoomProjectReporterCallCount

func (fake *FakeAnalyticsService) RoomProjectReporterCallCount() int

func (*FakeAnalyticsService) RoomProjectReporterCalls

func (fake *FakeAnalyticsService) RoomProjectReporterCalls(stub func(context.Context) roomobs.ProjectReporter)

func (*FakeAnalyticsService) RoomProjectReporterReturns

func (fake *FakeAnalyticsService) RoomProjectReporterReturns(result1 roomobs.ProjectReporter)

func (*FakeAnalyticsService) RoomProjectReporterReturnsOnCall

func (fake *FakeAnalyticsService) RoomProjectReporterReturnsOnCall(i int, result1 roomobs.ProjectReporter)

func (*FakeAnalyticsService) SendEvent

func (fake *FakeAnalyticsService) SendEvent(arg1 context.Context, arg2 *livekit.AnalyticsEvent)

func (*FakeAnalyticsService) SendEventArgsForCall

func (fake *FakeAnalyticsService) SendEventArgsForCall(i int) (context.Context, *livekit.AnalyticsEvent)

func (*FakeAnalyticsService) SendEventCallCount

func (fake *FakeAnalyticsService) SendEventCallCount() int

func (*FakeAnalyticsService) SendEventCalls

func (fake *FakeAnalyticsService) SendEventCalls(stub func(context.Context, *livekit.AnalyticsEvent))

func (*FakeAnalyticsService) SendNodeRoomStates

func (fake *FakeAnalyticsService) SendNodeRoomStates(arg1 context.Context, arg2 *livekit.AnalyticsNodeRooms)

func (*FakeAnalyticsService) SendNodeRoomStatesArgsForCall

func (fake *FakeAnalyticsService) SendNodeRoomStatesArgsForCall(i int) (context.Context, *livekit.AnalyticsNodeRooms)

func (*FakeAnalyticsService) SendNodeRoomStatesCallCount

func (fake *FakeAnalyticsService) SendNodeRoomStatesCallCount() int

func (*FakeAnalyticsService) SendNodeRoomStatesCalls

func (fake *FakeAnalyticsService) SendNodeRoomStatesCalls(stub func(context.Context, *livekit.AnalyticsNodeRooms))

func (*FakeAnalyticsService) SendStats

func (fake *FakeAnalyticsService) SendStats(arg1 context.Context, arg2 []*livekit.AnalyticsStat)

func (*FakeAnalyticsService) SendStatsArgsForCall

func (fake *FakeAnalyticsService) SendStatsArgsForCall(i int) (context.Context, []*livekit.AnalyticsStat)

func (*FakeAnalyticsService) SendStatsCallCount

func (fake *FakeAnalyticsService) SendStatsCallCount() int

func (*FakeAnalyticsService) SendStatsCalls

func (fake *FakeAnalyticsService) SendStatsCalls(stub func(context.Context, []*livekit.AnalyticsStat))

type FakeTelemetryService

type FakeTelemetryService struct {
	APICallStub func(context.Context, *livekit.APICallInfo)

	EgressEndedStub func(context.Context, *livekit.EgressInfo)

	EgressStartedStub func(context.Context, *livekit.EgressInfo)

	EgressUpdatedStub func(context.Context, *livekit.EgressInfo)

	FlushStatsStub func()

	IngressCreatedStub func(context.Context, *livekit.IngressInfo)

	IngressDeletedStub func(context.Context, *livekit.IngressInfo)

	IngressEndedStub func(context.Context, *livekit.IngressInfo)

	IngressStartedStub func(context.Context, *livekit.IngressInfo)

	IngressUpdatedStub func(context.Context, *livekit.IngressInfo)

	LocalRoomStateStub func(context.Context, *livekit.AnalyticsNodeRooms)

	NotifyEgressEventStub func(context.Context, string, *livekit.EgressInfo)

	ParticipantActiveStub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, *livekit.AnalyticsClientMeta, bool, *telemetry.ReferenceGuard)

	ParticipantJoinedStub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, *livekit.ClientInfo, *livekit.AnalyticsClientMeta, bool, *telemetry.ReferenceGuard)

	ParticipantLeftStub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, bool, *telemetry.ReferenceGuard)

	ParticipantResumedStub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, livekit.NodeID, livekit.ReconnectReason)

	ReportStub func(context.Context, *livekit.ReportInfo)

	RoomEndedStub func(context.Context, *livekit.Room)

	RoomProjectReporterStub func(context.Context) roomobs.ProjectReporter

	RoomStartedStub func(context.Context, *livekit.Room)

	SendEventStub func(context.Context, *livekit.AnalyticsEvent)

	SendNodeRoomStatesStub func(context.Context, *livekit.AnalyticsNodeRooms)

	SendStatsStub func(context.Context, []*livekit.AnalyticsStat)

	TrackMaxSubscribedVideoQualityStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, mime.MimeType, livekit.VideoQuality)

	TrackMutedStub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo)

	TrackPublishRTPStatsStub func(context.Context, livekit.ParticipantID, livekit.TrackID, mime.MimeType, int, *livekit.RTPStats)

	TrackPublishRequestedStub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo)

	TrackPublishedStub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo)

	TrackPublishedUpdateStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo)

	TrackStatsStub func(telemetry.StatsKey, *livekit.AnalyticsStat)

	TrackSubscribeFailedStub func(context.Context, livekit.ParticipantID, livekit.TrackID, error, bool)

	TrackSubscribeRTPStatsStub func(context.Context, livekit.ParticipantID, livekit.TrackID, mime.MimeType, *livekit.RTPStats)

	TrackSubscribeRequestedStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo)

	TrackSubscribedStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, *livekit.ParticipantInfo, bool)

	TrackUnmutedStub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo)

	TrackUnpublishedStub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo, bool)

	TrackUnsubscribedStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, bool)

	WebhookStub func(context.Context, *livekit.WebhookInfo)
	// contains filtered or unexported fields
}

func (*FakeTelemetryService) APICall

func (fake *FakeTelemetryService) APICall(arg1 context.Context, arg2 *livekit.APICallInfo)

func (*FakeTelemetryService) APICallArgsForCall

func (fake *FakeTelemetryService) APICallArgsForCall(i int) (context.Context, *livekit.APICallInfo)

func (*FakeTelemetryService) APICallCallCount

func (fake *FakeTelemetryService) APICallCallCount() int

func (*FakeTelemetryService) APICallCalls

func (fake *FakeTelemetryService) APICallCalls(stub func(context.Context, *livekit.APICallInfo))

func (*FakeTelemetryService) EgressEnded

func (fake *FakeTelemetryService) EgressEnded(arg1 context.Context, arg2 *livekit.EgressInfo)

func (*FakeTelemetryService) EgressEndedArgsForCall

func (fake *FakeTelemetryService) EgressEndedArgsForCall(i int) (context.Context, *livekit.EgressInfo)

func (*FakeTelemetryService) EgressEndedCallCount

func (fake *FakeTelemetryService) EgressEndedCallCount() int

func (*FakeTelemetryService) EgressEndedCalls

func (fake *FakeTelemetryService) EgressEndedCalls(stub func(context.Context, *livekit.EgressInfo))

func (*FakeTelemetryService) EgressStarted

func (fake *FakeTelemetryService) EgressStarted(arg1 context.Context, arg2 *livekit.EgressInfo)

func (*FakeTelemetryService) EgressStartedArgsForCall

func (fake *FakeTelemetryService) EgressStartedArgsForCall(i int) (context.Context, *livekit.EgressInfo)

func (*FakeTelemetryService) EgressStartedCallCount

func (fake *FakeTelemetryService) EgressStartedCallCount() int

func (*FakeTelemetryService) EgressStartedCalls

func (fake *FakeTelemetryService) EgressStartedCalls(stub func(context.Context, *livekit.EgressInfo))

func (*FakeTelemetryService) EgressUpdated

func (fake *FakeTelemetryService) EgressUpdated(arg1 context.Context, arg2 *livekit.EgressInfo)

func (*FakeTelemetryService) EgressUpdatedArgsForCall

func (fake *FakeTelemetryService) EgressUpdatedArgsForCall(i int) (context.Context, *livekit.EgressInfo)

func (*FakeTelemetryService) EgressUpdatedCallCount

func (fake *FakeTelemetryService) EgressUpdatedCallCount() int

func (*FakeTelemetryService) EgressUpdatedCalls

func (fake *FakeTelemetryService) EgressUpdatedCalls(stub func(context.Context, *livekit.EgressInfo))

func (*FakeTelemetryService) FlushStats

func (fake *FakeTelemetryService) FlushStats()

func (*FakeTelemetryService) FlushStatsCallCount

func (fake *FakeTelemetryService) FlushStatsCallCount() int

func (*FakeTelemetryService) FlushStatsCalls

func (fake *FakeTelemetryService) FlushStatsCalls(stub func())

func (*FakeTelemetryService) IngressCreated

func (fake *FakeTelemetryService) IngressCreated(arg1 context.Context, arg2 *livekit.IngressInfo)

func (*FakeTelemetryService) IngressCreatedArgsForCall

func (fake *FakeTelemetryService) IngressCreatedArgsForCall(i int) (context.Context, *livekit.IngressInfo)

func (*FakeTelemetryService) IngressCreatedCallCount

func (fake *FakeTelemetryService) IngressCreatedCallCount() int

func (*FakeTelemetryService) IngressCreatedCalls

func (fake *FakeTelemetryService) IngressCreatedCalls(stub func(context.Context, *livekit.IngressInfo))

func (*FakeTelemetryService) IngressDeleted

func (fake *FakeTelemetryService) IngressDeleted(arg1 context.Context, arg2 *livekit.IngressInfo)

func (*FakeTelemetryService) IngressDeletedArgsForCall

func (fake *FakeTelemetryService) IngressDeletedArgsForCall(i int) (context.Context, *livekit.IngressInfo)

func (*FakeTelemetryService) IngressDeletedCallCount

func (fake *FakeTelemetryService) IngressDeletedCallCount() int

func (*FakeTelemetryService) IngressDeletedCalls

func (fake *FakeTelemetryService) IngressDeletedCalls(stub func(context.Context, *livekit.IngressInfo))

func (*FakeTelemetryService) IngressEnded

func (fake *FakeTelemetryService) IngressEnded(arg1 context.Context, arg2 *livekit.IngressInfo)

func (*FakeTelemetryService) IngressEndedArgsForCall

func (fake *FakeTelemetryService) IngressEndedArgsForCall(i int) (context.Context, *livekit.IngressInfo)

func (*FakeTelemetryService) IngressEndedCallCount

func (fake *FakeTelemetryService) IngressEndedCallCount() int

func (*FakeTelemetryService) IngressEndedCalls

func (fake *FakeTelemetryService) IngressEndedCalls(stub func(context.Context, *livekit.IngressInfo))

func (*FakeTelemetryService) IngressStarted

func (fake *FakeTelemetryService) IngressStarted(arg1 context.Context, arg2 *livekit.IngressInfo)

func (*FakeTelemetryService) IngressStartedArgsForCall

func (fake *FakeTelemetryService) IngressStartedArgsForCall(i int) (context.Context, *livekit.IngressInfo)

func (*FakeTelemetryService) IngressStartedCallCount

func (fake *FakeTelemetryService) IngressStartedCallCount() int

func (*FakeTelemetryService) IngressStartedCalls

func (fake *FakeTelemetryService) IngressStartedCalls(stub func(context.Context, *livekit.IngressInfo))

func (*FakeTelemetryService) IngressUpdated

func (fake *FakeTelemetryService) IngressUpdated(arg1 context.Context, arg2 *livekit.IngressInfo)

func (*FakeTelemetryService) IngressUpdatedArgsForCall

func (fake *FakeTelemetryService) IngressUpdatedArgsForCall(i int) (context.Context, *livekit.IngressInfo)

func (*FakeTelemetryService) IngressUpdatedCallCount

func (fake *FakeTelemetryService) IngressUpdatedCallCount() int

func (*FakeTelemetryService) IngressUpdatedCalls

func (fake *FakeTelemetryService) IngressUpdatedCalls(stub func(context.Context, *livekit.IngressInfo))

func (*FakeTelemetryService) Invocations

func (fake *FakeTelemetryService) Invocations() map[string][][]interface{}

func (*FakeTelemetryService) LocalRoomState

func (fake *FakeTelemetryService) LocalRoomState(arg1 context.Context, arg2 *livekit.AnalyticsNodeRooms)

func (*FakeTelemetryService) LocalRoomStateArgsForCall

func (fake *FakeTelemetryService) LocalRoomStateArgsForCall(i int) (context.Context, *livekit.AnalyticsNodeRooms)

func (*FakeTelemetryService) LocalRoomStateCallCount

func (fake *FakeTelemetryService) LocalRoomStateCallCount() int

func (*FakeTelemetryService) LocalRoomStateCalls

func (fake *FakeTelemetryService) LocalRoomStateCalls(stub func(context.Context, *livekit.AnalyticsNodeRooms))

func (*FakeTelemetryService) NotifyEgressEvent

func (fake *FakeTelemetryService) NotifyEgressEvent(arg1 context.Context, arg2 string, arg3 *livekit.EgressInfo)

func (*FakeTelemetryService) NotifyEgressEventArgsForCall

func (fake *FakeTelemetryService) NotifyEgressEventArgsForCall(i int) (context.Context, string, *livekit.EgressInfo)

func (*FakeTelemetryService) NotifyEgressEventCallCount

func (fake *FakeTelemetryService) NotifyEgressEventCallCount() int

func (*FakeTelemetryService) NotifyEgressEventCalls

func (fake *FakeTelemetryService) NotifyEgressEventCalls(stub func(context.Context, string, *livekit.EgressInfo))

func (*FakeTelemetryService) ParticipantActive

func (fake *FakeTelemetryService) ParticipantActive(arg1 context.Context, arg2 *livekit.Room, arg3 *livekit.ParticipantInfo, arg4 *livekit.AnalyticsClientMeta, arg5 bool, arg6 *telemetry.ReferenceGuard)

func (*FakeTelemetryService) ParticipantActiveCallCount

func (fake *FakeTelemetryService) ParticipantActiveCallCount() int

func (*FakeTelemetryService) ParticipantActiveCalls

func (*FakeTelemetryService) ParticipantJoined

func (fake *FakeTelemetryService) ParticipantJoined(arg1 context.Context, arg2 *livekit.Room, arg3 *livekit.ParticipantInfo, arg4 *livekit.ClientInfo, arg5 *livekit.AnalyticsClientMeta, arg6 bool, arg7 *telemetry.ReferenceGuard)

func (*FakeTelemetryService) ParticipantJoinedCallCount

func (fake *FakeTelemetryService) ParticipantJoinedCallCount() int

func (*FakeTelemetryService) ParticipantLeft

func (fake *FakeTelemetryService) ParticipantLeft(arg1 context.Context, arg2 *livekit.Room, arg3 *livekit.ParticipantInfo, arg4 bool, arg5 *telemetry.ReferenceGuard)

func (*FakeTelemetryService) ParticipantLeftArgsForCall

func (*FakeTelemetryService) ParticipantLeftCallCount

func (fake *FakeTelemetryService) ParticipantLeftCallCount() int

func (*FakeTelemetryService) ParticipantLeftCalls

func (fake *FakeTelemetryService) ParticipantLeftCalls(stub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, bool, *telemetry.ReferenceGuard))

func (*FakeTelemetryService) ParticipantResumed

func (fake *FakeTelemetryService) ParticipantResumed(arg1 context.Context, arg2 *livekit.Room, arg3 *livekit.ParticipantInfo, arg4 livekit.NodeID, arg5 livekit.ReconnectReason)

func (*FakeTelemetryService) ParticipantResumedArgsForCall

func (*FakeTelemetryService) ParticipantResumedCallCount

func (fake *FakeTelemetryService) ParticipantResumedCallCount() int

func (*FakeTelemetryService) ParticipantResumedCalls

func (*FakeTelemetryService) Report

func (fake *FakeTelemetryService) Report(arg1 context.Context, arg2 *livekit.ReportInfo)

func (*FakeTelemetryService) ReportArgsForCall

func (fake *FakeTelemetryService) ReportArgsForCall(i int) (context.Context, *livekit.ReportInfo)

func (*FakeTelemetryService) ReportCallCount

func (fake *FakeTelemetryService) ReportCallCount() int

func (*FakeTelemetryService) ReportCalls

func (fake *FakeTelemetryService) ReportCalls(stub func(context.Context, *livekit.ReportInfo))

func (*FakeTelemetryService) RoomEnded

func (fake *FakeTelemetryService) RoomEnded(arg1 context.Context, arg2 *livekit.Room)

func (*FakeTelemetryService) RoomEndedArgsForCall

func (fake *FakeTelemetryService) RoomEndedArgsForCall(i int) (context.Context, *livekit.Room)

func (*FakeTelemetryService) RoomEndedCallCount

func (fake *FakeTelemetryService) RoomEndedCallCount() int

func (*FakeTelemetryService) RoomEndedCalls

func (fake *FakeTelemetryService) RoomEndedCalls(stub func(context.Context, *livekit.Room))

func (*FakeTelemetryService) RoomProjectReporter

func (fake *FakeTelemetryService) RoomProjectReporter(arg1 context.Context) roomobs.ProjectReporter

func (*FakeTelemetryService) RoomProjectReporterArgsForCall

func (fake *FakeTelemetryService) RoomProjectReporterArgsForCall(i int) context.Context

func (*FakeTelemetryService) RoomProjectReporterCallCount

func (fake *FakeTelemetryService) RoomProjectReporterCallCount() int

func (*FakeTelemetryService) RoomProjectReporterCalls

func (fake *FakeTelemetryService) RoomProjectReporterCalls(stub func(context.Context) roomobs.ProjectReporter)

func (*FakeTelemetryService) RoomProjectReporterReturns

func (fake *FakeTelemetryService) RoomProjectReporterReturns(result1 roomobs.ProjectReporter)

func (*FakeTelemetryService) RoomProjectReporterReturnsOnCall

func (fake *FakeTelemetryService) RoomProjectReporterReturnsOnCall(i int, result1 roomobs.ProjectReporter)

func (*FakeTelemetryService) RoomStarted

func (fake *FakeTelemetryService) RoomStarted(arg1 context.Context, arg2 *livekit.Room)

func (*FakeTelemetryService) RoomStartedArgsForCall

func (fake *FakeTelemetryService) RoomStartedArgsForCall(i int) (context.Context, *livekit.Room)

func (*FakeTelemetryService) RoomStartedCallCount

func (fake *FakeTelemetryService) RoomStartedCallCount() int

func (*FakeTelemetryService) RoomStartedCalls

func (fake *FakeTelemetryService) RoomStartedCalls(stub func(context.Context, *livekit.Room))

func (*FakeTelemetryService) SendEvent

func (fake *FakeTelemetryService) SendEvent(arg1 context.Context, arg2 *livekit.AnalyticsEvent)

func (*FakeTelemetryService) SendEventArgsForCall

func (fake *FakeTelemetryService) SendEventArgsForCall(i int) (context.Context, *livekit.AnalyticsEvent)

func (*FakeTelemetryService) SendEventCallCount

func (fake *FakeTelemetryService) SendEventCallCount() int

func (*FakeTelemetryService) SendEventCalls

func (fake *FakeTelemetryService) SendEventCalls(stub func(context.Context, *livekit.AnalyticsEvent))

func (*FakeTelemetryService) SendNodeRoomStates

func (fake *FakeTelemetryService) SendNodeRoomStates(arg1 context.Context, arg2 *livekit.AnalyticsNodeRooms)

func (*FakeTelemetryService) SendNodeRoomStatesArgsForCall

func (fake *FakeTelemetryService) SendNodeRoomStatesArgsForCall(i int) (context.Context, *livekit.AnalyticsNodeRooms)

func (*FakeTelemetryService) SendNodeRoomStatesCallCount

func (fake *FakeTelemetryService) SendNodeRoomStatesCallCount() int

func (*FakeTelemetryService) SendNodeRoomStatesCalls

func (fake *FakeTelemetryService) SendNodeRoomStatesCalls(stub func(context.Context, *livekit.AnalyticsNodeRooms))

func (*FakeTelemetryService) SendStats

func (fake *FakeTelemetryService) SendStats(arg1 context.Context, arg2 []*livekit.AnalyticsStat)

func (*FakeTelemetryService) SendStatsArgsForCall

func (fake *FakeTelemetryService) SendStatsArgsForCall(i int) (context.Context, []*livekit.AnalyticsStat)

func (*FakeTelemetryService) SendStatsCallCount

func (fake *FakeTelemetryService) SendStatsCallCount() int

func (*FakeTelemetryService) SendStatsCalls

func (fake *FakeTelemetryService) SendStatsCalls(stub func(context.Context, []*livekit.AnalyticsStat))

func (*FakeTelemetryService) TrackMaxSubscribedVideoQuality

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQuality(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo, arg4 mime.MimeType, arg5 livekit.VideoQuality)

func (*FakeTelemetryService) TrackMaxSubscribedVideoQualityArgsForCall

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQualityArgsForCall(i int) (context.Context, livekit.ParticipantID, *livekit.TrackInfo, mime.MimeType, livekit.VideoQuality)

func (*FakeTelemetryService) TrackMaxSubscribedVideoQualityCallCount

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQualityCallCount() int

func (*FakeTelemetryService) TrackMaxSubscribedVideoQualityCalls

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQualityCalls(stub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, mime.MimeType, livekit.VideoQuality))

func (*FakeTelemetryService) TrackMuted

func (*FakeTelemetryService) TrackMutedArgsForCall

func (*FakeTelemetryService) TrackMutedCallCount

func (fake *FakeTelemetryService) TrackMutedCallCount() int

func (*FakeTelemetryService) TrackMutedCalls

func (*FakeTelemetryService) TrackPublishRTPStats

func (fake *FakeTelemetryService) TrackPublishRTPStats(arg1 context.Context, arg2 livekit.ParticipantID, arg3 livekit.TrackID, arg4 mime.MimeType, arg5 int, arg6 *livekit.RTPStats)

func (*FakeTelemetryService) TrackPublishRTPStatsArgsForCall

func (fake *FakeTelemetryService) TrackPublishRTPStatsArgsForCall(i int) (context.Context, livekit.ParticipantID, livekit.TrackID, mime.MimeType, int, *livekit.RTPStats)

func (*FakeTelemetryService) TrackPublishRTPStatsCallCount

func (fake *FakeTelemetryService) TrackPublishRTPStatsCallCount() int

func (*FakeTelemetryService) TrackPublishRTPStatsCalls

func (fake *FakeTelemetryService) TrackPublishRTPStatsCalls(stub func(context.Context, livekit.ParticipantID, livekit.TrackID, mime.MimeType, int, *livekit.RTPStats))

func (*FakeTelemetryService) TrackPublishRequested

func (fake *FakeTelemetryService) TrackPublishRequested(arg1 context.Context, arg2 livekit.ParticipantID, arg3 livekit.ParticipantIdentity, arg4 *livekit.TrackInfo)

func (*FakeTelemetryService) TrackPublishRequestedArgsForCall

func (fake *FakeTelemetryService) TrackPublishRequestedArgsForCall(i int) (context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo)

func (*FakeTelemetryService) TrackPublishRequestedCallCount

func (fake *FakeTelemetryService) TrackPublishRequestedCallCount() int

func (*FakeTelemetryService) TrackPublishRequestedCalls

func (fake *FakeTelemetryService) TrackPublishRequestedCalls(stub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo))

func (*FakeTelemetryService) TrackPublished

func (*FakeTelemetryService) TrackPublishedArgsForCall

func (*FakeTelemetryService) TrackPublishedCallCount

func (fake *FakeTelemetryService) TrackPublishedCallCount() int

func (*FakeTelemetryService) TrackPublishedCalls

func (*FakeTelemetryService) TrackPublishedUpdate

func (fake *FakeTelemetryService) TrackPublishedUpdate(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo)

func (*FakeTelemetryService) TrackPublishedUpdateArgsForCall

func (fake *FakeTelemetryService) TrackPublishedUpdateArgsForCall(i int) (context.Context, livekit.ParticipantID, *livekit.TrackInfo)

func (*FakeTelemetryService) TrackPublishedUpdateCallCount

func (fake *FakeTelemetryService) TrackPublishedUpdateCallCount() int

func (*FakeTelemetryService) TrackPublishedUpdateCalls

func (fake *FakeTelemetryService) TrackPublishedUpdateCalls(stub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo))

func (*FakeTelemetryService) TrackStats

func (fake *FakeTelemetryService) TrackStats(arg1 telemetry.StatsKey, arg2 *livekit.AnalyticsStat)

func (*FakeTelemetryService) TrackStatsArgsForCall

func (fake *FakeTelemetryService) TrackStatsArgsForCall(i int) (telemetry.StatsKey, *livekit.AnalyticsStat)

func (*FakeTelemetryService) TrackStatsCallCount

func (fake *FakeTelemetryService) TrackStatsCallCount() int

func (*FakeTelemetryService) TrackStatsCalls

func (fake *FakeTelemetryService) TrackStatsCalls(stub func(telemetry.StatsKey, *livekit.AnalyticsStat))

func (*FakeTelemetryService) TrackSubscribeFailed

func (fake *FakeTelemetryService) TrackSubscribeFailed(arg1 context.Context, arg2 livekit.ParticipantID, arg3 livekit.TrackID, arg4 error, arg5 bool)

func (*FakeTelemetryService) TrackSubscribeFailedArgsForCall

func (fake *FakeTelemetryService) TrackSubscribeFailedArgsForCall(i int) (context.Context, livekit.ParticipantID, livekit.TrackID, error, bool)

func (*FakeTelemetryService) TrackSubscribeFailedCallCount

func (fake *FakeTelemetryService) TrackSubscribeFailedCallCount() int

func (*FakeTelemetryService) TrackSubscribeFailedCalls

func (fake *FakeTelemetryService) TrackSubscribeFailedCalls(stub func(context.Context, livekit.ParticipantID, livekit.TrackID, error, bool))

func (*FakeTelemetryService) TrackSubscribeRTPStats

func (fake *FakeTelemetryService) TrackSubscribeRTPStats(arg1 context.Context, arg2 livekit.ParticipantID, arg3 livekit.TrackID, arg4 mime.MimeType, arg5 *livekit.RTPStats)

func (*FakeTelemetryService) TrackSubscribeRTPStatsArgsForCall

func (fake *FakeTelemetryService) TrackSubscribeRTPStatsArgsForCall(i int) (context.Context, livekit.ParticipantID, livekit.TrackID, mime.MimeType, *livekit.RTPStats)

func (*FakeTelemetryService) TrackSubscribeRTPStatsCallCount

func (fake *FakeTelemetryService) TrackSubscribeRTPStatsCallCount() int

func (*FakeTelemetryService) TrackSubscribeRTPStatsCalls

func (fake *FakeTelemetryService) TrackSubscribeRTPStatsCalls(stub func(context.Context, livekit.ParticipantID, livekit.TrackID, mime.MimeType, *livekit.RTPStats))

func (*FakeTelemetryService) TrackSubscribeRequested

func (fake *FakeTelemetryService) TrackSubscribeRequested(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo)

func (*FakeTelemetryService) TrackSubscribeRequestedArgsForCall

func (fake *FakeTelemetryService) TrackSubscribeRequestedArgsForCall(i int) (context.Context, livekit.ParticipantID, *livekit.TrackInfo)

func (*FakeTelemetryService) TrackSubscribeRequestedCallCount

func (fake *FakeTelemetryService) TrackSubscribeRequestedCallCount() int

func (*FakeTelemetryService) TrackSubscribeRequestedCalls

func (fake *FakeTelemetryService) TrackSubscribeRequestedCalls(stub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo))

func (*FakeTelemetryService) TrackSubscribed

func (fake *FakeTelemetryService) TrackSubscribed(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo, arg4 *livekit.ParticipantInfo, arg5 bool)

func (*FakeTelemetryService) TrackSubscribedArgsForCall

func (*FakeTelemetryService) TrackSubscribedCallCount

func (fake *FakeTelemetryService) TrackSubscribedCallCount() int

func (*FakeTelemetryService) TrackSubscribedCalls

func (*FakeTelemetryService) TrackUnmuted

func (*FakeTelemetryService) TrackUnmutedArgsForCall

func (*FakeTelemetryService) TrackUnmutedCallCount

func (fake *FakeTelemetryService) TrackUnmutedCallCount() int

func (*FakeTelemetryService) TrackUnmutedCalls

func (*FakeTelemetryService) TrackUnpublished

func (fake *FakeTelemetryService) TrackUnpublished(arg1 context.Context, arg2 livekit.ParticipantID, arg3 livekit.ParticipantIdentity, arg4 *livekit.TrackInfo, arg5 bool)

func (*FakeTelemetryService) TrackUnpublishedArgsForCall

func (*FakeTelemetryService) TrackUnpublishedCallCount

func (fake *FakeTelemetryService) TrackUnpublishedCallCount() int

func (*FakeTelemetryService) TrackUnpublishedCalls

func (*FakeTelemetryService) TrackUnsubscribed

func (fake *FakeTelemetryService) TrackUnsubscribed(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo, arg4 bool)

func (*FakeTelemetryService) TrackUnsubscribedArgsForCall

func (fake *FakeTelemetryService) TrackUnsubscribedArgsForCall(i int) (context.Context, livekit.ParticipantID, *livekit.TrackInfo, bool)

func (*FakeTelemetryService) TrackUnsubscribedCallCount

func (fake *FakeTelemetryService) TrackUnsubscribedCallCount() int

func (*FakeTelemetryService) TrackUnsubscribedCalls

func (fake *FakeTelemetryService) TrackUnsubscribedCalls(stub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, bool))

func (*FakeTelemetryService) Webhook

func (fake *FakeTelemetryService) Webhook(arg1 context.Context, arg2 *livekit.WebhookInfo)

func (*FakeTelemetryService) WebhookArgsForCall

func (fake *FakeTelemetryService) WebhookArgsForCall(i int) (context.Context, *livekit.WebhookInfo)

func (*FakeTelemetryService) WebhookCallCount

func (fake *FakeTelemetryService) WebhookCallCount() int

func (*FakeTelemetryService) WebhookCalls

func (fake *FakeTelemetryService) WebhookCalls(stub func(context.Context, *livekit.WebhookInfo))

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL