@cc-livekit/protocol 1.42.2-2 → 1.42.2-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -2
- package/dist/index.d.mts +11 -2
- package/dist/index.d.ts +11 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/gen/livekit_temptalk_pb.d.ts +11 -2
- package/src/gen/livekit_temptalk_pb.js +1 -1
- package/src/gen/version.js +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -8990,11 +8990,20 @@ declare class TTCallResponseBody extends Message<TTCallResponseBody> {
|
|
|
8990
8990
|
*/
|
|
8991
8991
|
declare class TTCallOptions extends Message<TTCallOptions> {
|
|
8992
8992
|
/**
|
|
8993
|
-
*
|
|
8993
|
+
* If true, the SDK automatically publishes a silent (muted) audio track
|
|
8994
|
+
* right after the room is connected.
|
|
8995
|
+
*
|
|
8996
|
+
* @generated from field: bool auto_publish_silence_audio = 1;
|
|
8994
8997
|
*/
|
|
8995
|
-
|
|
8998
|
+
autoPublishSilenceAudio: boolean;
|
|
8996
8999
|
|
|
8997
9000
|
/**
|
|
9001
|
+
* Controls whether the SDK publishes a silent audio track when the user raises hand.
|
|
9002
|
+
*
|
|
9003
|
+
* Effective only when `auto_publish_silence_audio` is false:
|
|
9004
|
+
* - true: do NOT publish a silent track on raise-hand.
|
|
9005
|
+
* - false: publish a silent track on raise-hand.
|
|
9006
|
+
*
|
|
8998
9007
|
* @generated from field: bool disable_silence_on_raise_hand = 2;
|
|
8999
9008
|
*/
|
|
9000
9009
|
disableSilenceOnRaiseHand: boolean;
|
package/dist/index.d.mts
CHANGED
|
@@ -8990,11 +8990,20 @@ declare class TTCallResponseBody extends Message<TTCallResponseBody> {
|
|
|
8990
8990
|
*/
|
|
8991
8991
|
declare class TTCallOptions extends Message<TTCallOptions> {
|
|
8992
8992
|
/**
|
|
8993
|
-
*
|
|
8993
|
+
* If true, the SDK automatically publishes a silent (muted) audio track
|
|
8994
|
+
* right after the room is connected.
|
|
8995
|
+
*
|
|
8996
|
+
* @generated from field: bool auto_publish_silence_audio = 1;
|
|
8994
8997
|
*/
|
|
8995
|
-
|
|
8998
|
+
autoPublishSilenceAudio: boolean;
|
|
8996
8999
|
|
|
8997
9000
|
/**
|
|
9001
|
+
* Controls whether the SDK publishes a silent audio track when the user raises hand.
|
|
9002
|
+
*
|
|
9003
|
+
* Effective only when `auto_publish_silence_audio` is false:
|
|
9004
|
+
* - true: do NOT publish a silent track on raise-hand.
|
|
9005
|
+
* - false: publish a silent track on raise-hand.
|
|
9006
|
+
*
|
|
8998
9007
|
* @generated from field: bool disable_silence_on_raise_hand = 2;
|
|
8999
9008
|
*/
|
|
9000
9009
|
disableSilenceOnRaiseHand: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -8990,11 +8990,20 @@ declare class TTCallResponseBody extends Message<TTCallResponseBody> {
|
|
|
8990
8990
|
*/
|
|
8991
8991
|
declare class TTCallOptions extends Message<TTCallOptions> {
|
|
8992
8992
|
/**
|
|
8993
|
-
*
|
|
8993
|
+
* If true, the SDK automatically publishes a silent (muted) audio track
|
|
8994
|
+
* right after the room is connected.
|
|
8995
|
+
*
|
|
8996
|
+
* @generated from field: bool auto_publish_silence_audio = 1;
|
|
8994
8997
|
*/
|
|
8995
|
-
|
|
8998
|
+
autoPublishSilenceAudio: boolean;
|
|
8996
8999
|
|
|
8997
9000
|
/**
|
|
9001
|
+
* Controls whether the SDK publishes a silent audio track when the user raises hand.
|
|
9002
|
+
*
|
|
9003
|
+
* Effective only when `auto_publish_silence_audio` is false:
|
|
9004
|
+
* - true: do NOT publish a silent track on raise-hand.
|
|
9005
|
+
* - false: publish a silent track on raise-hand.
|
|
9006
|
+
*
|
|
8998
9007
|
* @generated from field: bool disable_silence_on_raise_hand = 2;
|
|
8999
9008
|
*/
|
|
9000
9009
|
disableSilenceOnRaiseHand: boolean;
|
package/dist/index.mjs
CHANGED
|
@@ -4886,7 +4886,7 @@ const TTCallOptions = /* @__PURE__ */ proto3.makeMessageType(
|
|
|
4886
4886
|
() => [
|
|
4887
4887
|
{
|
|
4888
4888
|
no: 1,
|
|
4889
|
-
name: "
|
|
4889
|
+
name: "auto_publish_silence_audio",
|
|
4890
4890
|
kind: "scalar",
|
|
4891
4891
|
T: 8
|
|
4892
4892
|
/* ScalarType.BOOL */
|
|
@@ -7446,7 +7446,7 @@ const WebhookEvent = /* @__PURE__ */ proto3.makeMessageType(
|
|
|
7446
7446
|
]
|
|
7447
7447
|
);
|
|
7448
7448
|
|
|
7449
|
-
const version = "1.42.2-
|
|
7449
|
+
const version = "1.42.2-3";
|
|
7450
7450
|
|
|
7451
7451
|
export { ActiveSpeakerUpdate, AddTrackRequest, AgentDispatch, AgentDispatchState, AliOSSUpload, AudioCodec, AudioMixing, AudioTrackFeature, AutoParticipantEgress, AutoTrackEgress, AvailabilityRequest, AvailabilityResponse, AzureBlobUpload, BackupCodecPolicy, CandidateProtocol, ChatMessage, ClientConfigSetting, ClientConfiguration, ClientInfo, ClientInfo_SDK, Codec, ConnectionQuality, ConnectionQualityInfo, ConnectionQualityUpdate, ConnectionSettings, CreateAgentDispatchRequest, CreateIngressRequest, CreateRoomRequest, CreateSIPDispatchRuleRequest, CreateSIPInboundTrunkRequest, CreateSIPOutboundTrunkRequest, CreateSIPParticipantRequest, CreateSIPTrunkRequest, DataChannelInfo, DataChannelReceiveState, DataPacket, DataPacket_Kind, DataStream, DataStream_ByteHeader, DataStream_Chunk, DataStream_Header, DataStream_OperationType, DataStream_TextHeader, DataStream_Trailer, DeleteAgentDispatchRequest, DeleteIngressRequest, DeleteRoomRequest, DeleteRoomResponse, DeleteSIPDispatchRuleRequest, DeleteSIPTrunkRequest, DirectFileOutput, DisabledCodecs, DisconnectReason, EgressInfo, EgressSourceType, EgressStatus, EncodedFileOutput, EncodedFileType, EncodingOptions, EncodingOptionsPreset, EncryptedPacket, EncryptedPacketPayload, Encryption, Encryption_Type, EventMetric, FileInfo, FilterParams, ForwardParticipantRequest, ForwardParticipantResponse, GCPUpload, GetSIPInboundTrunkRequest, GetSIPInboundTrunkResponse, GetSIPOutboundTrunkRequest, GetSIPOutboundTrunkResponse, ICEServer, ImageCodec, ImageFileSuffix, ImageOutput, ImagesInfo, IngressAudioEncodingOptions, IngressAudioEncodingPreset, IngressAudioOptions, IngressInfo, IngressInput, IngressState, IngressState_Status, IngressVideoEncodingOptions, IngressVideoEncodingPreset, IngressVideoOptions, InputAudioState, InputVideoState, Job, JobAssignment, JobState, JobStatus, JobTermination, JobType, JoinRequest, JoinResponse, LeaveRequest, LeaveRequest_Action, ListAgentDispatchRequest, ListAgentDispatchResponse, ListEgressRequest, ListEgressResponse, ListIngressRequest, ListIngressResponse, ListParticipantsRequest, ListParticipantsResponse, ListRoomsRequest, ListRoomsResponse, ListSIPDispatchRuleRequest, ListSIPDispatchRuleResponse, ListSIPInboundTrunkRequest, ListSIPInboundTrunkResponse, ListSIPOutboundTrunkRequest, ListSIPOutboundTrunkResponse, ListSIPTrunkRequest, ListSIPTrunkResponse, ListUpdate, MediaSectionsRequirement, MetricLabel, MetricSample, MetricsBatch, MetricsRecordingHeader, MigrateJobRequest, MoveParticipantRequest, MoveParticipantResponse, MuteRoomTrackRequest, MuteRoomTrackResponse, MuteTrackRequest, Pagination, ParticipantEgressRequest, ParticipantInfo, ParticipantInfo_Kind, ParticipantInfo_KindDetail, ParticipantInfo_State, ParticipantPermission, ParticipantTracks, ParticipantUpdate, PerformRpcRequest, PerformRpcResponse, Ping, PlayoutDelay, Pong, ProviderInfo, ProviderType, ProxyConfig, RTCPSenderReportState, RTPDrift, RTPForwarderState, RTPMungerState, RTPStats, ReconnectReason, ReconnectResponse, RegionInfo, RegionSettings, RegisterWorkerRequest, RegisterWorkerResponse, RemoveParticipantResponse, RequestResponse, RequestResponse_Reason, Room, RoomAgent, RoomAgentDispatch, RoomCompositeEgressRequest, RoomConfiguration, RoomEgress, RoomMovedResponse, RoomParticipantIdentity, RoomUpdate, RpcAck, RpcError, RpcRequest, RpcResponse, S3Upload, SIPCallDirection, SIPCallInfo, SIPCallStatus, SIPDispatchRule, SIPDispatchRuleCallee, SIPDispatchRuleDirect, SIPDispatchRuleIndividual, SIPDispatchRuleInfo, SIPDispatchRuleUpdate, SIPFeature, SIPHeaderOptions, SIPInboundTrunkInfo, SIPInboundTrunkUpdate, SIPMediaEncryption, SIPOutboundConfig, SIPOutboundTrunkInfo, SIPOutboundTrunkUpdate, SIPParticipantInfo, SIPStatus, SIPStatusCode, SIPTransferInfo, SIPTransferStatus, SIPTransport, SIPTrunkInfo, SIPTrunkInfo_TrunkKind, SIPUri, SegmentedFileOutput, SegmentedFileProtocol, SegmentedFileSuffix, SegmentsInfo, SendDataRequest, SendDataResponse, ServerInfo, ServerInfo_Edition, ServerMessage, SessionDescription, SignalRequest, SignalResponse, SignalTarget, SimulateJobRequest, SimulateScenario, SimulcastCodec, SimulcastCodecInfo, SipDTMF, SpeakerInfo, SpeakersChanged, StopEgressRequest, StreamInfo, StreamInfoList, StreamInfo_Status, StreamOutput, StreamProtocol, StreamState, StreamStateInfo, StreamStateUpdate, SubscribedAudioCodec, SubscribedAudioCodecUpdate, SubscribedCodec, SubscribedQuality, SubscribedQualityUpdate, SubscriptionError, SubscriptionPermission, SubscriptionPermissionUpdate, SubscriptionResponse, SyncState, TTBaseResponse, TTCallOptions, TTCallRequest, TTCallResponse, TTCallResponseBody, TTCaller, TTCipherMessages, TTEncInfo, TTExceptionRecipient, TTNotification, TTNotification_TTArgs, TTStartCall, TimeSeriesMetric, TimedVersion, TokenPagination, TokenSourceRequest, TokenSourceResponse, TrackCompositeEgressRequest, TrackEgressRequest, TrackInfo, TrackPermission, TrackPublishedResponse, TrackSource, TrackSubscribed, TrackType, TrackUnpublishedResponse, Transcription, TranscriptionSegment, TransferSIPParticipantRequest, TrickleRequest, UpdateIngressRequest, UpdateJobStatus, UpdateLayoutRequest, UpdateLocalAudioTrack, UpdateLocalVideoTrack, UpdateParticipantMetadata, UpdateParticipantRequest, UpdateRoomMetadataRequest, UpdateSIPDispatchRuleRequest, UpdateSIPInboundTrunkRequest, UpdateSIPOutboundTrunkRequest, UpdateStreamRequest, UpdateSubscription, UpdateSubscriptionsRequest, UpdateSubscriptionsResponse, UpdateTrackSettings, UpdateVideoLayers, UpdateWorkerStatus, UserPacket, VP8MungerState, VideoCodec, VideoConfiguration, VideoLayer, VideoLayer_Mode, VideoQuality, WebEgressRequest, WebhookConfig, WebhookEvent, WorkerMessage, WorkerPing, WorkerPong, WorkerStatus, WrappedJoinRequest, WrappedJoinRequest_Compression, version };
|
|
7452
7452
|
//# sourceMappingURL=index.mjs.map
|