Versions in this module Expand all Collapse all v1 v1.9.4 Dec 19, 2023 Changes in this version + type FakeTypedParticipantClient struct + MutePublishedTrackStub func(context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, ...) (*livekit.MuteRoomTrackResponse, error) + RemoveParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, ...) (*livekit.RemoveParticipantResponse, error) + UpdateParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, ...) (*livekit.ParticipantInfo, error) + UpdateSubscriptionsStub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, ...) (*livekit.UpdateSubscriptionsResponse, error) + func (fake *FakeTypedParticipantClient) Invocations() map[string][][]interface{} + 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) 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 struct + DeleteRoomStub func(context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, ...) (*livekit.DeleteRoomResponse, error) + SendDataStub func(context.Context, rpc.RoomTopic, *livekit.SendDataRequest, ...) (*livekit.SendDataResponse, error) + UpdateRoomMetadataStub func(context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, ...) (*livekit.Room, error) + 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)