@cc-livekit/protocol 1.42.2-1 → 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 +9 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -2
- package/dist/index.d.mts +16 -2
- package/dist/index.d.ts +16 -2
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/gen/livekit_temptalk_pb.d.ts +16 -2
- package/src/gen/livekit_temptalk_pb.js +2 -1
- package/src/gen/version.js +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -8990,9 +8990,23 @@ 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;
|
|
8997
|
+
*/
|
|
8998
|
+
autoPublishSilenceAudio: boolean;
|
|
8999
|
+
|
|
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
|
+
*
|
|
9007
|
+
* @generated from field: bool disable_silence_on_raise_hand = 2;
|
|
8994
9008
|
*/
|
|
8995
|
-
|
|
9009
|
+
disableSilenceOnRaiseHand: boolean;
|
|
8996
9010
|
|
|
8997
9011
|
constructor(data?: PartialMessage<TTCallOptions>);
|
|
8998
9012
|
|
package/dist/index.d.mts
CHANGED
|
@@ -8990,9 +8990,23 @@ 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;
|
|
8997
|
+
*/
|
|
8998
|
+
autoPublishSilenceAudio: boolean;
|
|
8999
|
+
|
|
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
|
+
*
|
|
9007
|
+
* @generated from field: bool disable_silence_on_raise_hand = 2;
|
|
8994
9008
|
*/
|
|
8995
|
-
|
|
9009
|
+
disableSilenceOnRaiseHand: boolean;
|
|
8996
9010
|
|
|
8997
9011
|
constructor(data?: PartialMessage<TTCallOptions>);
|
|
8998
9012
|
|
package/dist/index.d.ts
CHANGED
|
@@ -8990,9 +8990,23 @@ 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;
|
|
8997
|
+
*/
|
|
8998
|
+
autoPublishSilenceAudio: boolean;
|
|
8999
|
+
|
|
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
|
+
*
|
|
9007
|
+
* @generated from field: bool disable_silence_on_raise_hand = 2;
|
|
8994
9008
|
*/
|
|
8995
|
-
|
|
9009
|
+
disableSilenceOnRaiseHand: boolean;
|
|
8996
9010
|
|
|
8997
9011
|
constructor(data?: PartialMessage<TTCallOptions>);
|
|
8998
9012
|
|
package/dist/index.mjs
CHANGED
|
@@ -4886,7 +4886,14 @@ const TTCallOptions = /* @__PURE__ */ proto3.makeMessageType(
|
|
|
4886
4886
|
() => [
|
|
4887
4887
|
{
|
|
4888
4888
|
no: 1,
|
|
4889
|
-
name: "
|
|
4889
|
+
name: "auto_publish_silence_audio",
|
|
4890
|
+
kind: "scalar",
|
|
4891
|
+
T: 8
|
|
4892
|
+
/* ScalarType.BOOL */
|
|
4893
|
+
},
|
|
4894
|
+
{
|
|
4895
|
+
no: 2,
|
|
4896
|
+
name: "disable_silence_on_raise_hand",
|
|
4890
4897
|
kind: "scalar",
|
|
4891
4898
|
T: 8
|
|
4892
4899
|
/* ScalarType.BOOL */
|
|
@@ -7439,7 +7446,7 @@ const WebhookEvent = /* @__PURE__ */ proto3.makeMessageType(
|
|
|
7439
7446
|
]
|
|
7440
7447
|
);
|
|
7441
7448
|
|
|
7442
|
-
const version = "1.42.2-
|
|
7449
|
+
const version = "1.42.2-3";
|
|
7443
7450
|
|
|
7444
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 };
|
|
7445
7452
|
//# sourceMappingURL=index.mjs.map
|