@cc-livekit/protocol 1.39.3 → 1.39.5

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 CHANGED
@@ -4816,7 +4816,14 @@ const TTCallRequest = /* @__PURE__ */ protobuf.proto3.makeMessageType(
4816
4816
  T: 9
4817
4817
  /* ScalarType.STRING */
4818
4818
  },
4819
- { no: 2, name: "startCall", kind: "message", T: TTStartCall }
4819
+ { no: 2, name: "startCall", kind: "message", T: TTStartCall },
4820
+ {
4821
+ no: 3,
4822
+ name: "userAgent",
4823
+ kind: "scalar",
4824
+ T: 9
4825
+ /* ScalarType.STRING */
4826
+ }
4820
4827
  ]
4821
4828
  );
4822
4829
 
@@ -7004,7 +7011,7 @@ const WebhookEvent = /* @__PURE__ */ protobuf.proto3.makeMessageType(
7004
7011
  ]
7005
7012
  );
7006
7013
 
7007
- const version = "1.39.3";
7014
+ const version = "1.39.5";
7008
7015
 
7009
7016
  exports.protoInt64 = protobuf.protoInt64;
7010
7017
  exports.ActiveSpeakerUpdate = ActiveSpeakerUpdate;
@@ -7235,6 +7242,17 @@ exports.SubscriptionPermission = SubscriptionPermission;
7235
7242
  exports.SubscriptionPermissionUpdate = SubscriptionPermissionUpdate;
7236
7243
  exports.SubscriptionResponse = SubscriptionResponse;
7237
7244
  exports.SyncState = SyncState;
7245
+ exports.TTBaseResponse = TTBaseResponse;
7246
+ exports.TTCallRequest = TTCallRequest;
7247
+ exports.TTCallResponse = TTCallResponse;
7248
+ exports.TTCallResponseBody = TTCallResponseBody;
7249
+ exports.TTCaller = TTCaller;
7250
+ exports.TTCipherMessages = TTCipherMessages;
7251
+ exports.TTEncInfo = TTEncInfo;
7252
+ exports.TTExceptionRecipient = TTExceptionRecipient;
7253
+ exports.TTNotification = TTNotification;
7254
+ exports.TTNotification_TTArgs = TTNotification_TTArgs;
7255
+ exports.TTStartCall = TTStartCall;
7238
7256
  exports.TimeSeriesMetric = TimeSeriesMetric;
7239
7257
  exports.TimedVersion = TimedVersion;
7240
7258
  exports.TrackCompositeEgressRequest = TrackCompositeEgressRequest;