Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeKeepalivePubSub
- func (fake *FakeKeepalivePubSub) Close()
- func (fake *FakeKeepalivePubSub) CloseCallCount() int
- func (fake *FakeKeepalivePubSub) CloseCalls(stub func())
- func (fake *FakeKeepalivePubSub) Invocations() map[string][][]interface{}
- func (fake *FakeKeepalivePubSub) Kill()
- func (fake *FakeKeepalivePubSub) KillCallCount() int
- func (fake *FakeKeepalivePubSub) KillCalls(stub func())
- func (fake *FakeKeepalivePubSub) PublishPing(arg1 context.Context, arg2 livekit.NodeID, arg3 *rpc.KeepalivePing) error
- func (fake *FakeKeepalivePubSub) PublishPingArgsForCall(i int) (context.Context, livekit.NodeID, *rpc.KeepalivePing)
- func (fake *FakeKeepalivePubSub) PublishPingCallCount() int
- func (fake *FakeKeepalivePubSub) PublishPingCalls(stub func(context.Context, livekit.NodeID, *rpc.KeepalivePing) error)
- func (fake *FakeKeepalivePubSub) PublishPingReturns(result1 error)
- func (fake *FakeKeepalivePubSub) PublishPingReturnsOnCall(i int, result1 error)
- func (fake *FakeKeepalivePubSub) Shutdown()
- func (fake *FakeKeepalivePubSub) ShutdownCallCount() int
- func (fake *FakeKeepalivePubSub) ShutdownCalls(stub func())
- func (fake *FakeKeepalivePubSub) SubscribePing(arg1 context.Context, arg2 livekit.NodeID) (psrpc.Subscription[*rpc.KeepalivePing], error)
- func (fake *FakeKeepalivePubSub) SubscribePingArgsForCall(i int) (context.Context, livekit.NodeID)
- func (fake *FakeKeepalivePubSub) SubscribePingCallCount() int
- func (fake *FakeKeepalivePubSub) SubscribePingCalls(...)
- func (fake *FakeKeepalivePubSub) SubscribePingReturns(result1 psrpc.Subscription[*rpc.KeepalivePing], result2 error)
- func (fake *FakeKeepalivePubSub) SubscribePingReturnsOnCall(i int, result1 psrpc.Subscription[*rpc.KeepalivePing], result2 error)
- type FakeTypedAgentDispatchInternalClient
- func (fake *FakeTypedAgentDispatchInternalClient) Close()
- func (fake *FakeTypedAgentDispatchInternalClient) CloseCallCount() int
- func (fake *FakeTypedAgentDispatchInternalClient) CloseCalls(stub func())
- func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatch(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.AgentDispatch, ...) (*livekit.AgentDispatch, error)
- func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.AgentDispatch, []psrpc.RequestOption)
- func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchCallCount() int
- func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchCalls(...)
- func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchReturns(result1 *livekit.AgentDispatch, result2 error)
- func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchReturnsOnCall(i int, result1 *livekit.AgentDispatch, result2 error)
- func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatch(arg1 context.Context, arg2 rpc.RoomTopic, ...) (*livekit.AgentDispatch, error)
- func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.DeleteAgentDispatchRequest, ...)
- func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchCallCount() int
- func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchCalls(...)
- func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchReturns(result1 *livekit.AgentDispatch, result2 error)
- func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchReturnsOnCall(i int, result1 *livekit.AgentDispatch, result2 error)
- func (fake *FakeTypedAgentDispatchInternalClient) Invocations() map[string][][]interface{}
- func (fake *FakeTypedAgentDispatchInternalClient) ListDispatch(arg1 context.Context, arg2 rpc.RoomTopic, ...) (*livekit.ListAgentDispatchResponse, error)
- func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.ListAgentDispatchRequest, ...)
- func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchCallCount() int
- func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchCalls(...)
- func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchReturns(result1 *livekit.ListAgentDispatchResponse, result2 error)
- func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchReturnsOnCall(i int, result1 *livekit.ListAgentDispatchResponse, result2 error)
- type FakeTypedParticipantClient
- func (fake *FakeTypedParticipantClient) Close()
- func (fake *FakeTypedParticipantClient) CloseCallCount() int
- func (fake *FakeTypedParticipantClient) CloseCalls(stub func())
- func (fake *FakeTypedParticipantClient) ForwardParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.ForwardParticipantResponse, error)
- func (fake *FakeTypedParticipantClient) ForwardParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.ForwardParticipantRequest, ...)
- func (fake *FakeTypedParticipantClient) ForwardParticipantCallCount() int
- func (fake *FakeTypedParticipantClient) ForwardParticipantCalls(...)
- func (fake *FakeTypedParticipantClient) ForwardParticipantReturns(result1 *livekit.ForwardParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) ForwardParticipantReturnsOnCall(i int, result1 *livekit.ForwardParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) Invocations() map[string][][]interface{}
- func (fake *FakeTypedParticipantClient) MoveParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.MoveParticipantResponse, error)
- func (fake *FakeTypedParticipantClient) MoveParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.MoveParticipantRequest, ...)
- func (fake *FakeTypedParticipantClient) MoveParticipantCallCount() int
- func (fake *FakeTypedParticipantClient) MoveParticipantCalls(...)
- func (fake *FakeTypedParticipantClient) MoveParticipantReturns(result1 *livekit.MoveParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) MoveParticipantReturnsOnCall(i int, result1 *livekit.MoveParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) MutePublishedTrack(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.MuteRoomTrackResponse, error)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, ...)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackCallCount() int
- func (fake *FakeTypedParticipantClient) MutePublishedTrackCalls(...)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackReturns(result1 *livekit.MuteRoomTrackResponse, result2 error)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackReturnsOnCall(i int, result1 *livekit.MuteRoomTrackResponse, result2 error)
- func (fake *FakeTypedParticipantClient) PerformRpc(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.PerformRpcResponse, error)
- func (fake *FakeTypedParticipantClient) PerformRpcArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.PerformRpcRequest, ...)
- func (fake *FakeTypedParticipantClient) PerformRpcCallCount() int
- func (fake *FakeTypedParticipantClient) PerformRpcCalls(...)
- func (fake *FakeTypedParticipantClient) PerformRpcReturns(result1 *livekit.PerformRpcResponse, result2 error)
- func (fake *FakeTypedParticipantClient) PerformRpcReturnsOnCall(i int, result1 *livekit.PerformRpcResponse, result2 error)
- func (fake *FakeTypedParticipantClient) RemoveParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.RemoveParticipantResponse, error)
- func (fake *FakeTypedParticipantClient) RemoveParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, ...)
- func (fake *FakeTypedParticipantClient) RemoveParticipantCallCount() int
- func (fake *FakeTypedParticipantClient) RemoveParticipantCalls(...)
- func (fake *FakeTypedParticipantClient) RemoveParticipantReturns(result1 *livekit.RemoveParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) RemoveParticipantReturnsOnCall(i int, result1 *livekit.RemoveParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.ParticipantInfo, error)
- func (fake *FakeTypedParticipantClient) UpdateParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, ...)
- func (fake *FakeTypedParticipantClient) UpdateParticipantCallCount() int
- func (fake *FakeTypedParticipantClient) UpdateParticipantCalls(...)
- func (fake *FakeTypedParticipantClient) UpdateParticipantReturns(result1 *livekit.ParticipantInfo, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateParticipantReturnsOnCall(i int, result1 *livekit.ParticipantInfo, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptions(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.UpdateSubscriptionsResponse, error)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, ...)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCallCount() int
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCalls(...)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturns(result1 *livekit.UpdateSubscriptionsResponse, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturnsOnCall(i int, result1 *livekit.UpdateSubscriptionsResponse, result2 error)
- type FakeTypedRoomClient
- func (fake *FakeTypedRoomClient) Close()
- func (fake *FakeTypedRoomClient) CloseCallCount() int
- func (fake *FakeTypedRoomClient) CloseCalls(stub func())
- func (fake *FakeTypedRoomClient) DeleteRoom(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.DeleteRoomRequest, ...) (*livekit.DeleteRoomResponse, error)
- func (fake *FakeTypedRoomClient) DeleteRoomArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, ...)
- func (fake *FakeTypedRoomClient) DeleteRoomCallCount() int
- func (fake *FakeTypedRoomClient) DeleteRoomCalls(...)
- func (fake *FakeTypedRoomClient) DeleteRoomReturns(result1 *livekit.DeleteRoomResponse, result2 error)
- func (fake *FakeTypedRoomClient) DeleteRoomReturnsOnCall(i int, result1 *livekit.DeleteRoomResponse, result2 error)
- func (fake *FakeTypedRoomClient) Invocations() map[string][][]interface{}
- func (fake *FakeTypedRoomClient) SendData(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.SendDataRequest, ...) (*livekit.SendDataResponse, error)
- func (fake *FakeTypedRoomClient) SendDataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.SendDataRequest, ...)
- func (fake *FakeTypedRoomClient) SendDataCallCount() int
- func (fake *FakeTypedRoomClient) SendDataCalls(...)
- func (fake *FakeTypedRoomClient) SendDataReturns(result1 *livekit.SendDataResponse, result2 error)
- func (fake *FakeTypedRoomClient) SendDataReturnsOnCall(i int, result1 *livekit.SendDataResponse, result2 error)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadata(arg1 context.Context, arg2 rpc.RoomTopic, ...) (*livekit.Room, error)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, ...)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataCallCount() int
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataCalls(...)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturns(result1 *livekit.Room, result2 error)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturnsOnCall(i int, result1 *livekit.Room, result2 error)
- type FakeTypedWHIPParticipantClient
- func (fake *FakeTypedWHIPParticipantClient) Close()
- func (fake *FakeTypedWHIPParticipantClient) CloseCallCount() int
- func (fake *FakeTypedWHIPParticipantClient) CloseCalls(stub func())
- func (fake *FakeTypedWHIPParticipantClient) DeleteSession(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*emptypb.Empty, error)
- func (fake *FakeTypedWHIPParticipantClient) DeleteSessionArgsForCall(i int) (context.Context, rpc.ParticipantTopic, ...)
- func (fake *FakeTypedWHIPParticipantClient) DeleteSessionCallCount() int
- func (fake *FakeTypedWHIPParticipantClient) DeleteSessionCalls(stub func(context.Context, rpc.ParticipantTopic, ...) (*emptypb.Empty, error))
- func (fake *FakeTypedWHIPParticipantClient) DeleteSessionReturns(result1 *emptypb.Empty, result2 error)
- func (fake *FakeTypedWHIPParticipantClient) DeleteSessionReturnsOnCall(i int, result1 *emptypb.Empty, result2 error)
- func (fake *FakeTypedWHIPParticipantClient) ICERestart(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*rpc.WHIPParticipantICERestartResponse, error)
- func (fake *FakeTypedWHIPParticipantClient) ICERestartArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICERestartRequest, ...)
- func (fake *FakeTypedWHIPParticipantClient) ICERestartCallCount() int
- func (fake *FakeTypedWHIPParticipantClient) ICERestartCalls(...)
- func (fake *FakeTypedWHIPParticipantClient) ICERestartReturns(result1 *rpc.WHIPParticipantICERestartResponse, result2 error)
- func (fake *FakeTypedWHIPParticipantClient) ICERestartReturnsOnCall(i int, result1 *rpc.WHIPParticipantICERestartResponse, result2 error)
- func (fake *FakeTypedWHIPParticipantClient) ICETrickle(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*emptypb.Empty, error)
- func (fake *FakeTypedWHIPParticipantClient) ICETrickleArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICETrickleRequest, ...)
- func (fake *FakeTypedWHIPParticipantClient) ICETrickleCallCount() int
- func (fake *FakeTypedWHIPParticipantClient) ICETrickleCalls(...)
- func (fake *FakeTypedWHIPParticipantClient) ICETrickleReturns(result1 *emptypb.Empty, result2 error)
- func (fake *FakeTypedWHIPParticipantClient) ICETrickleReturnsOnCall(i int, result1 *emptypb.Empty, result2 error)
- func (fake *FakeTypedWHIPParticipantClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeKeepalivePubSub ¶ added in v1.9.5
type FakeKeepalivePubSub struct {
CloseStub func()
KillStub func()
PublishPingStub func(context.Context, livekit.NodeID, *rpc.KeepalivePing) error
ShutdownStub func()
SubscribePingStub func(context.Context, livekit.NodeID) (psrpc.Subscription[*rpc.KeepalivePing], error)
// contains filtered or unexported fields
}
func (*FakeKeepalivePubSub) Close ¶ added in v1.23.0
func (fake *FakeKeepalivePubSub) Close()
func (*FakeKeepalivePubSub) CloseCallCount ¶ added in v1.23.0
func (fake *FakeKeepalivePubSub) CloseCallCount() int
func (*FakeKeepalivePubSub) CloseCalls ¶ added in v1.23.0
func (fake *FakeKeepalivePubSub) CloseCalls(stub func())
func (*FakeKeepalivePubSub) Invocations ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) Invocations() map[string][][]interface{}
func (*FakeKeepalivePubSub) Kill ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) Kill()
func (*FakeKeepalivePubSub) KillCallCount ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) KillCallCount() int
func (*FakeKeepalivePubSub) KillCalls ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) KillCalls(stub func())
func (*FakeKeepalivePubSub) PublishPing ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) PublishPing(arg1 context.Context, arg2 livekit.NodeID, arg3 *rpc.KeepalivePing) error
func (*FakeKeepalivePubSub) PublishPingArgsForCall ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) PublishPingArgsForCall(i int) (context.Context, livekit.NodeID, *rpc.KeepalivePing)
func (*FakeKeepalivePubSub) PublishPingCallCount ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) PublishPingCallCount() int
func (*FakeKeepalivePubSub) PublishPingCalls ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) PublishPingCalls(stub func(context.Context, livekit.NodeID, *rpc.KeepalivePing) error)
func (*FakeKeepalivePubSub) PublishPingReturns ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) PublishPingReturns(result1 error)
func (*FakeKeepalivePubSub) PublishPingReturnsOnCall ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) PublishPingReturnsOnCall(i int, result1 error)
func (*FakeKeepalivePubSub) Shutdown ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) Shutdown()
func (*FakeKeepalivePubSub) ShutdownCallCount ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) ShutdownCallCount() int
func (*FakeKeepalivePubSub) ShutdownCalls ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) ShutdownCalls(stub func())
func (*FakeKeepalivePubSub) SubscribePing ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) SubscribePing(arg1 context.Context, arg2 livekit.NodeID) (psrpc.Subscription[*rpc.KeepalivePing], error)
func (*FakeKeepalivePubSub) SubscribePingArgsForCall ¶ added in v1.9.5
func (*FakeKeepalivePubSub) SubscribePingCallCount ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) SubscribePingCallCount() int
func (*FakeKeepalivePubSub) SubscribePingCalls ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) SubscribePingCalls(stub func(context.Context, livekit.NodeID) (psrpc.Subscription[*rpc.KeepalivePing], error))
func (*FakeKeepalivePubSub) SubscribePingReturns ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) SubscribePingReturns(result1 psrpc.Subscription[*rpc.KeepalivePing], result2 error)
func (*FakeKeepalivePubSub) SubscribePingReturnsOnCall ¶ added in v1.9.5
func (fake *FakeKeepalivePubSub) SubscribePingReturnsOnCall(i int, result1 psrpc.Subscription[*rpc.KeepalivePing], result2 error)
type FakeTypedAgentDispatchInternalClient ¶ added in v1.24.0
type FakeTypedAgentDispatchInternalClient struct {
CloseStub func()
CreateDispatchStub func(context.Context, rpc.RoomTopic, *livekit.AgentDispatch, ...psrpc.RequestOption) (*livekit.AgentDispatch, error)
DeleteDispatchStub func(context.Context, rpc.RoomTopic, *livekit.DeleteAgentDispatchRequest, ...psrpc.RequestOption) (*livekit.AgentDispatch, error)
ListDispatchStub func(context.Context, rpc.RoomTopic, *livekit.ListAgentDispatchRequest, ...psrpc.RequestOption) (*livekit.ListAgentDispatchResponse, error)
// contains filtered or unexported fields
}
func (*FakeTypedAgentDispatchInternalClient) Close ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) Close()
func (*FakeTypedAgentDispatchInternalClient) CloseCallCount ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CloseCallCount() int
func (*FakeTypedAgentDispatchInternalClient) CloseCalls ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CloseCalls(stub func())
func (*FakeTypedAgentDispatchInternalClient) CreateDispatch ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatch(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.AgentDispatch, arg4 ...psrpc.RequestOption) (*livekit.AgentDispatch, error)
func (*FakeTypedAgentDispatchInternalClient) CreateDispatchArgsForCall ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.AgentDispatch, []psrpc.RequestOption)
func (*FakeTypedAgentDispatchInternalClient) CreateDispatchCallCount ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchCallCount() int
func (*FakeTypedAgentDispatchInternalClient) CreateDispatchCalls ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchCalls(stub func(context.Context, rpc.RoomTopic, *livekit.AgentDispatch, ...psrpc.RequestOption) (*livekit.AgentDispatch, error))
func (*FakeTypedAgentDispatchInternalClient) CreateDispatchReturns ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchReturns(result1 *livekit.AgentDispatch, result2 error)
func (*FakeTypedAgentDispatchInternalClient) CreateDispatchReturnsOnCall ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) CreateDispatchReturnsOnCall(i int, result1 *livekit.AgentDispatch, result2 error)
func (*FakeTypedAgentDispatchInternalClient) DeleteDispatch ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatch(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.DeleteAgentDispatchRequest, arg4 ...psrpc.RequestOption) (*livekit.AgentDispatch, error)
func (*FakeTypedAgentDispatchInternalClient) DeleteDispatchArgsForCall ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.DeleteAgentDispatchRequest, []psrpc.RequestOption)
func (*FakeTypedAgentDispatchInternalClient) DeleteDispatchCallCount ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchCallCount() int
func (*FakeTypedAgentDispatchInternalClient) DeleteDispatchCalls ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchCalls(stub func(context.Context, rpc.RoomTopic, *livekit.DeleteAgentDispatchRequest, ...psrpc.RequestOption) (*livekit.AgentDispatch, error))
func (*FakeTypedAgentDispatchInternalClient) DeleteDispatchReturns ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchReturns(result1 *livekit.AgentDispatch, result2 error)
func (*FakeTypedAgentDispatchInternalClient) DeleteDispatchReturnsOnCall ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) DeleteDispatchReturnsOnCall(i int, result1 *livekit.AgentDispatch, result2 error)
func (*FakeTypedAgentDispatchInternalClient) Invocations ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) Invocations() map[string][][]interface{}
func (*FakeTypedAgentDispatchInternalClient) ListDispatch ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) ListDispatch(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.ListAgentDispatchRequest, arg4 ...psrpc.RequestOption) (*livekit.ListAgentDispatchResponse, error)
func (*FakeTypedAgentDispatchInternalClient) ListDispatchArgsForCall ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.ListAgentDispatchRequest, []psrpc.RequestOption)
func (*FakeTypedAgentDispatchInternalClient) ListDispatchCallCount ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchCallCount() int
func (*FakeTypedAgentDispatchInternalClient) ListDispatchCalls ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchCalls(stub func(context.Context, rpc.RoomTopic, *livekit.ListAgentDispatchRequest, ...psrpc.RequestOption) (*livekit.ListAgentDispatchResponse, error))
func (*FakeTypedAgentDispatchInternalClient) ListDispatchReturns ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchReturns(result1 *livekit.ListAgentDispatchResponse, result2 error)
func (*FakeTypedAgentDispatchInternalClient) ListDispatchReturnsOnCall ¶ added in v1.24.0
func (fake *FakeTypedAgentDispatchInternalClient) ListDispatchReturnsOnCall(i int, result1 *livekit.ListAgentDispatchResponse, result2 error)
type FakeTypedParticipantClient ¶ added in v1.9.0
type FakeTypedParticipantClient struct {
CloseStub func()
ForwardParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.ForwardParticipantRequest, ...psrpc.RequestOption) (*livekit.ForwardParticipantResponse, error)
MoveParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.MoveParticipantRequest, ...psrpc.RequestOption) (*livekit.MoveParticipantResponse, error)
MutePublishedTrackStub func(context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, ...psrpc.RequestOption) (*livekit.MuteRoomTrackResponse, error)
PerformRpcStub func(context.Context, rpc.ParticipantTopic, *livekit.PerformRpcRequest, ...psrpc.RequestOption) (*livekit.PerformRpcResponse, error)
RemoveParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, ...psrpc.RequestOption) (*livekit.RemoveParticipantResponse, error)
UpdateParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, ...psrpc.RequestOption) (*livekit.ParticipantInfo, error)
UpdateSubscriptionsStub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, ...psrpc.RequestOption) (*livekit.UpdateSubscriptionsResponse, error)
// contains filtered or unexported fields
}
func (*FakeTypedParticipantClient) Close ¶ added in v1.23.0
func (fake *FakeTypedParticipantClient) Close()
func (*FakeTypedParticipantClient) CloseCallCount ¶ added in v1.23.0
func (fake *FakeTypedParticipantClient) CloseCallCount() int
func (*FakeTypedParticipantClient) CloseCalls ¶ added in v1.23.0
func (fake *FakeTypedParticipantClient) CloseCalls(stub func())
func (*FakeTypedParticipantClient) ForwardParticipant ¶ added in v1.35.0
func (fake *FakeTypedParticipantClient) ForwardParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.ForwardParticipantRequest, arg4 ...psrpc.RequestOption) (*livekit.ForwardParticipantResponse, error)
func (*FakeTypedParticipantClient) ForwardParticipantArgsForCall ¶ added in v1.35.0
func (fake *FakeTypedParticipantClient) ForwardParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.ForwardParticipantRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) ForwardParticipantCallCount ¶ added in v1.35.0
func (fake *FakeTypedParticipantClient) ForwardParticipantCallCount() int
func (*FakeTypedParticipantClient) ForwardParticipantCalls ¶ added in v1.35.0
func (fake *FakeTypedParticipantClient) ForwardParticipantCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.ForwardParticipantRequest, ...psrpc.RequestOption) (*livekit.ForwardParticipantResponse, error))
func (*FakeTypedParticipantClient) ForwardParticipantReturns ¶ added in v1.35.0
func (fake *FakeTypedParticipantClient) ForwardParticipantReturns(result1 *livekit.ForwardParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) ForwardParticipantReturnsOnCall ¶ added in v1.35.0
func (fake *FakeTypedParticipantClient) ForwardParticipantReturnsOnCall(i int, result1 *livekit.ForwardParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) Invocations ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) Invocations() map[string][][]interface{}
func (*FakeTypedParticipantClient) MoveParticipant ¶ added in v1.38.0
func (fake *FakeTypedParticipantClient) MoveParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.MoveParticipantRequest, arg4 ...psrpc.RequestOption) (*livekit.MoveParticipantResponse, error)
func (*FakeTypedParticipantClient) MoveParticipantArgsForCall ¶ added in v1.38.0
func (fake *FakeTypedParticipantClient) MoveParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.MoveParticipantRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) MoveParticipantCallCount ¶ added in v1.38.0
func (fake *FakeTypedParticipantClient) MoveParticipantCallCount() int
func (*FakeTypedParticipantClient) MoveParticipantCalls ¶ added in v1.38.0
func (fake *FakeTypedParticipantClient) MoveParticipantCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.MoveParticipantRequest, ...psrpc.RequestOption) (*livekit.MoveParticipantResponse, error))
func (*FakeTypedParticipantClient) MoveParticipantReturns ¶ added in v1.38.0
func (fake *FakeTypedParticipantClient) MoveParticipantReturns(result1 *livekit.MoveParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) MoveParticipantReturnsOnCall ¶ added in v1.38.0
func (fake *FakeTypedParticipantClient) MoveParticipantReturnsOnCall(i int, result1 *livekit.MoveParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) MutePublishedTrack ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) MutePublishedTrack(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.MuteRoomTrackRequest, arg4 ...psrpc.RequestOption) (*livekit.MuteRoomTrackResponse, error)
func (*FakeTypedParticipantClient) MutePublishedTrackArgsForCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) MutePublishedTrackArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) MutePublishedTrackCallCount ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) MutePublishedTrackCallCount() int
func (*FakeTypedParticipantClient) MutePublishedTrackCalls ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) MutePublishedTrackCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, ...psrpc.RequestOption) (*livekit.MuteRoomTrackResponse, error))
func (*FakeTypedParticipantClient) MutePublishedTrackReturns ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) MutePublishedTrackReturns(result1 *livekit.MuteRoomTrackResponse, result2 error)
func (*FakeTypedParticipantClient) MutePublishedTrackReturnsOnCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) MutePublishedTrackReturnsOnCall(i int, result1 *livekit.MuteRoomTrackResponse, result2 error)
func (*FakeTypedParticipantClient) PerformRpc ¶ added in v1.42.0
func (fake *FakeTypedParticipantClient) PerformRpc(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.PerformRpcRequest, arg4 ...psrpc.RequestOption) (*livekit.PerformRpcResponse, error)
func (*FakeTypedParticipantClient) PerformRpcArgsForCall ¶ added in v1.42.0
func (fake *FakeTypedParticipantClient) PerformRpcArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.PerformRpcRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) PerformRpcCallCount ¶ added in v1.42.0
func (fake *FakeTypedParticipantClient) PerformRpcCallCount() int
func (*FakeTypedParticipantClient) PerformRpcCalls ¶ added in v1.42.0
func (fake *FakeTypedParticipantClient) PerformRpcCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.PerformRpcRequest, ...psrpc.RequestOption) (*livekit.PerformRpcResponse, error))
func (*FakeTypedParticipantClient) PerformRpcReturns ¶ added in v1.42.0
func (fake *FakeTypedParticipantClient) PerformRpcReturns(result1 *livekit.PerformRpcResponse, result2 error)
func (*FakeTypedParticipantClient) PerformRpcReturnsOnCall ¶ added in v1.42.0
func (fake *FakeTypedParticipantClient) PerformRpcReturnsOnCall(i int, result1 *livekit.PerformRpcResponse, result2 error)
func (*FakeTypedParticipantClient) RemoveParticipant ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) RemoveParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.RoomParticipantIdentity, arg4 ...psrpc.RequestOption) (*livekit.RemoveParticipantResponse, error)
func (*FakeTypedParticipantClient) RemoveParticipantArgsForCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) RemoveParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) RemoveParticipantCallCount ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) RemoveParticipantCallCount() int
func (*FakeTypedParticipantClient) RemoveParticipantCalls ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) RemoveParticipantCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, ...psrpc.RequestOption) (*livekit.RemoveParticipantResponse, error))
func (*FakeTypedParticipantClient) RemoveParticipantReturns ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) RemoveParticipantReturns(result1 *livekit.RemoveParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) RemoveParticipantReturnsOnCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) RemoveParticipantReturnsOnCall(i int, result1 *livekit.RemoveParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) UpdateParticipant ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.UpdateParticipantRequest, arg4 ...psrpc.RequestOption) (*livekit.ParticipantInfo, error)
func (*FakeTypedParticipantClient) UpdateParticipantArgsForCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) UpdateParticipantCallCount ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateParticipantCallCount() int
func (*FakeTypedParticipantClient) UpdateParticipantCalls ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateParticipantCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, ...psrpc.RequestOption) (*livekit.ParticipantInfo, error))
func (*FakeTypedParticipantClient) UpdateParticipantReturns ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateParticipantReturns(result1 *livekit.ParticipantInfo, result2 error)
func (*FakeTypedParticipantClient) UpdateParticipantReturnsOnCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateParticipantReturnsOnCall(i int, result1 *livekit.ParticipantInfo, result2 error)
func (*FakeTypedParticipantClient) UpdateSubscriptions ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateSubscriptions(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.UpdateSubscriptionsRequest, arg4 ...psrpc.RequestOption) (*livekit.UpdateSubscriptionsResponse, error)
func (*FakeTypedParticipantClient) UpdateSubscriptionsArgsForCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) UpdateSubscriptionsCallCount ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCallCount() int
func (*FakeTypedParticipantClient) UpdateSubscriptionsCalls ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, ...psrpc.RequestOption) (*livekit.UpdateSubscriptionsResponse, error))
func (*FakeTypedParticipantClient) UpdateSubscriptionsReturns ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturns(result1 *livekit.UpdateSubscriptionsResponse, result2 error)
func (*FakeTypedParticipantClient) UpdateSubscriptionsReturnsOnCall ¶ added in v1.9.0
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturnsOnCall(i int, result1 *livekit.UpdateSubscriptionsResponse, result2 error)
type FakeTypedRoomClient ¶
type FakeTypedRoomClient struct {
CloseStub func()
DeleteRoomStub func(context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, ...psrpc.RequestOption) (*livekit.DeleteRoomResponse, error)
SendDataStub func(context.Context, rpc.RoomTopic, *livekit.SendDataRequest, ...psrpc.RequestOption) (*livekit.SendDataResponse, error)
UpdateRoomMetadataStub func(context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, ...psrpc.RequestOption) (*livekit.Room, error)
// contains filtered or unexported fields
}
func (*FakeTypedRoomClient) Close ¶ added in v1.23.0
func (fake *FakeTypedRoomClient) Close()
func (*FakeTypedRoomClient) CloseCallCount ¶ added in v1.23.0
func (fake *FakeTypedRoomClient) CloseCallCount() int
func (*FakeTypedRoomClient) CloseCalls ¶ added in v1.23.0
func (fake *FakeTypedRoomClient) CloseCalls(stub func())
func (*FakeTypedRoomClient) DeleteRoom ¶
func (fake *FakeTypedRoomClient) DeleteRoom(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.DeleteRoomRequest, arg4 ...psrpc.RequestOption) (*livekit.DeleteRoomResponse, error)
func (*FakeTypedRoomClient) DeleteRoomArgsForCall ¶
func (fake *FakeTypedRoomClient) DeleteRoomArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, []psrpc.RequestOption)
func (*FakeTypedRoomClient) DeleteRoomCallCount ¶
func (fake *FakeTypedRoomClient) DeleteRoomCallCount() int
func (*FakeTypedRoomClient) DeleteRoomCalls ¶
func (fake *FakeTypedRoomClient) DeleteRoomCalls(stub func(context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, ...psrpc.RequestOption) (*livekit.DeleteRoomResponse, error))
func (*FakeTypedRoomClient) DeleteRoomReturns ¶
func (fake *FakeTypedRoomClient) DeleteRoomReturns(result1 *livekit.DeleteRoomResponse, result2 error)
func (*FakeTypedRoomClient) DeleteRoomReturnsOnCall ¶
func (fake *FakeTypedRoomClient) DeleteRoomReturnsOnCall(i int, result1 *livekit.DeleteRoomResponse, result2 error)
func (*FakeTypedRoomClient) Invocations ¶
func (fake *FakeTypedRoomClient) Invocations() map[string][][]interface{}
func (*FakeTypedRoomClient) SendData ¶
func (fake *FakeTypedRoomClient) SendData(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.SendDataRequest, arg4 ...psrpc.RequestOption) (*livekit.SendDataResponse, error)
func (*FakeTypedRoomClient) SendDataArgsForCall ¶
func (fake *FakeTypedRoomClient) SendDataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.SendDataRequest, []psrpc.RequestOption)
func (*FakeTypedRoomClient) SendDataCallCount ¶
func (fake *FakeTypedRoomClient) SendDataCallCount() int
func (*FakeTypedRoomClient) SendDataCalls ¶
func (fake *FakeTypedRoomClient) SendDataCalls(stub func(context.Context, rpc.RoomTopic, *livekit.SendDataRequest, ...psrpc.RequestOption) (*livekit.SendDataResponse, error))
func (*FakeTypedRoomClient) SendDataReturns ¶
func (fake *FakeTypedRoomClient) SendDataReturns(result1 *livekit.SendDataResponse, result2 error)
func (*FakeTypedRoomClient) SendDataReturnsOnCall ¶
func (fake *FakeTypedRoomClient) SendDataReturnsOnCall(i int, result1 *livekit.SendDataResponse, result2 error)
func (*FakeTypedRoomClient) UpdateRoomMetadata ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadata(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.UpdateRoomMetadataRequest, arg4 ...psrpc.RequestOption) (*livekit.Room, error)
func (*FakeTypedRoomClient) UpdateRoomMetadataArgsForCall ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, []psrpc.RequestOption)
func (*FakeTypedRoomClient) UpdateRoomMetadataCallCount ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataCallCount() int
func (*FakeTypedRoomClient) UpdateRoomMetadataCalls ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataCalls(stub func(context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, ...psrpc.RequestOption) (*livekit.Room, error))
func (*FakeTypedRoomClient) UpdateRoomMetadataReturns ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturns(result1 *livekit.Room, result2 error)
func (*FakeTypedRoomClient) UpdateRoomMetadataReturnsOnCall ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturnsOnCall(i int, result1 *livekit.Room, result2 error)
type FakeTypedWHIPParticipantClient ¶ added in v1.42.0
type FakeTypedWHIPParticipantClient struct {
CloseStub func()
DeleteSessionStub func(context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantDeleteSessionRequest, ...psrpc.RequestOption) (*emptypb.Empty, error)
ICERestartStub func(context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICERestartRequest, ...psrpc.RequestOption) (*rpc.WHIPParticipantICERestartResponse, error)
ICETrickleStub func(context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICETrickleRequest, ...psrpc.RequestOption) (*emptypb.Empty, error)
// contains filtered or unexported fields
}
func (*FakeTypedWHIPParticipantClient) Close ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) Close()
func (*FakeTypedWHIPParticipantClient) CloseCallCount ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) CloseCallCount() int
func (*FakeTypedWHIPParticipantClient) CloseCalls ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) CloseCalls(stub func())
func (*FakeTypedWHIPParticipantClient) DeleteSession ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) DeleteSession(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *rpc.WHIPParticipantDeleteSessionRequest, arg4 ...psrpc.RequestOption) (*emptypb.Empty, error)
func (*FakeTypedWHIPParticipantClient) DeleteSessionArgsForCall ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) DeleteSessionArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantDeleteSessionRequest, []psrpc.RequestOption)
func (*FakeTypedWHIPParticipantClient) DeleteSessionCallCount ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) DeleteSessionCallCount() int
func (*FakeTypedWHIPParticipantClient) DeleteSessionCalls ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) DeleteSessionCalls(stub func(context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantDeleteSessionRequest, ...psrpc.RequestOption) (*emptypb.Empty, error))
func (*FakeTypedWHIPParticipantClient) DeleteSessionReturns ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) DeleteSessionReturns(result1 *emptypb.Empty, result2 error)
func (*FakeTypedWHIPParticipantClient) DeleteSessionReturnsOnCall ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) DeleteSessionReturnsOnCall(i int, result1 *emptypb.Empty, result2 error)
func (*FakeTypedWHIPParticipantClient) ICERestart ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICERestart(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *rpc.WHIPParticipantICERestartRequest, arg4 ...psrpc.RequestOption) (*rpc.WHIPParticipantICERestartResponse, error)
func (*FakeTypedWHIPParticipantClient) ICERestartArgsForCall ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICERestartArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICERestartRequest, []psrpc.RequestOption)
func (*FakeTypedWHIPParticipantClient) ICERestartCallCount ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICERestartCallCount() int
func (*FakeTypedWHIPParticipantClient) ICERestartCalls ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICERestartCalls(stub func(context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICERestartRequest, ...psrpc.RequestOption) (*rpc.WHIPParticipantICERestartResponse, error))
func (*FakeTypedWHIPParticipantClient) ICERestartReturns ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICERestartReturns(result1 *rpc.WHIPParticipantICERestartResponse, result2 error)
func (*FakeTypedWHIPParticipantClient) ICERestartReturnsOnCall ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICERestartReturnsOnCall(i int, result1 *rpc.WHIPParticipantICERestartResponse, result2 error)
func (*FakeTypedWHIPParticipantClient) ICETrickle ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICETrickle(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *rpc.WHIPParticipantICETrickleRequest, arg4 ...psrpc.RequestOption) (*emptypb.Empty, error)
func (*FakeTypedWHIPParticipantClient) ICETrickleArgsForCall ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICETrickleArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICETrickleRequest, []psrpc.RequestOption)
func (*FakeTypedWHIPParticipantClient) ICETrickleCallCount ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICETrickleCallCount() int
func (*FakeTypedWHIPParticipantClient) ICETrickleCalls ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICETrickleCalls(stub func(context.Context, rpc.ParticipantTopic, *rpc.WHIPParticipantICETrickleRequest, ...psrpc.RequestOption) (*emptypb.Empty, error))
func (*FakeTypedWHIPParticipantClient) ICETrickleReturns ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICETrickleReturns(result1 *emptypb.Empty, result2 error)
func (*FakeTypedWHIPParticipantClient) ICETrickleReturnsOnCall ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) ICETrickleReturnsOnCall(i int, result1 *emptypb.Empty, result2 error)
func (*FakeTypedWHIPParticipantClient) Invocations ¶ added in v1.42.0
func (fake *FakeTypedWHIPParticipantClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.