Skip to content

Commit

Permalink
updating the latest one
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vdharmaraj committed Nov 12, 2024
1 parent ad28fb9 commit 3fe3cc1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,22 @@ export enum KnownCallRejectReason {
None = "none"
}

// @public
export enum KnownMediaStreamingAudioChannelType {
Mixed = "mixed",
Unmixed = "unmixed"
}

// @public
export enum KnownMediaStreamingContentType {
Audio = "audio"
}

// @public
export enum KnownMediaStreamingTransportType {
Websocket = "websocket"
}

// @public
export interface ListParticipantsResult {
nextLink?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ export {
CallRejectReason,
KnownCallRejectReason,
MediaStreamingAudioChannelType,
KnownMediaStreamingAudioChannelType,
MediaStreamingOptions,
MediaStreamingContentType,
KnownMediaStreamingContentType,
MediaStreamingTransportType,
KnownMediaStreamingTransportType ,
MediaStreamingSubscription,
TranscriptionOptions,
TranscriptionTransportType,
Expand Down

0 comments on commit 3fe3cc1

Please sign in to comment.