diff --git a/.changeset/big-lands-start.md b/.changeset/big-lands-start.md deleted file mode 100644 index 545bad95..00000000 --- a/.changeset/big-lands-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/react-native': patch ---- - -Update `@livekit/react-native-webrtc` to 144.1.0 diff --git a/.changeset/fuzzy-tables-relate.md b/.changeset/fuzzy-tables-relate.md deleted file mode 100644 index 52ea9abb..00000000 --- a/.changeset/fuzzy-tables-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/react-native': patch ---- - -Update `livekit-client` to 2.19.0 diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 02fb5209..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "mode": "exit", - "tag": "beta", - "initialVersions": { - "@livekit/react-native": "2.10.2" - }, - "changesets": [ - "quiet-crews-cover", - "wild-olives-shine" - ] -} diff --git a/.changeset/quiet-crews-cover.md b/.changeset/quiet-crews-cover.md deleted file mode 100644 index d7ee4dd0..00000000 --- a/.changeset/quiet-crews-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/react-native': patch ---- - -Fix incomplete exports map in package.json, causing a dual-instance of @livekit/components and breaking RoomContext diff --git a/.changeset/slick-deserts-join.md b/.changeset/slick-deserts-join.md deleted file mode 100644 index 989520bc..00000000 --- a/.changeset/slick-deserts-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/react-native': patch ---- - -Update `web-streams-polyfill` to 4.3.0 diff --git a/.changeset/vast-laws-travel.md b/.changeset/vast-laws-travel.md deleted file mode 100644 index 1e002c92..00000000 --- a/.changeset/vast-laws-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/react-native': patch ---- - -Add polyfills for `CountQueuingStrategy` and `TransformStream` for compatibility with livekit-client diff --git a/.changeset/wild-olives-shine.md b/.changeset/wild-olives-shine.md deleted file mode 100644 index 4a1604b9..00000000 --- a/.changeset/wild-olives-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/react-native': minor ---- - -Migrate Apple platforms to AVAudioEngine-based audio device module diff --git a/CHANGELOG.md b/CHANGELOG.md index 66303a21..f70181df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @livekit/react-native +## 2.11.0 + +### Minor Changes + +- Migrate Apple platforms to AVAudioEngine-based audio device module - [#317](https://github.com/livekit/client-sdk-react-native/pull/317) ([@hiroshihorie](https://github.com/hiroshihorie)) + +### Patch Changes + +- Update `@livekit/react-native-webrtc` to 144.1.0 - [#393](https://github.com/livekit/client-sdk-react-native/pull/393) ([@davidliu](https://github.com/davidliu)) + +- Update `livekit-client` to 2.19.0 - [#391](https://github.com/livekit/client-sdk-react-native/pull/391) ([@davidliu](https://github.com/davidliu)) + +- Fix incomplete exports map in package.json, causing a dual-instance of @livekit/components and breaking RoomContext - [#351](https://github.com/livekit/client-sdk-react-native/pull/351) ([@davidliu](https://github.com/davidliu)) + +- Update `web-streams-polyfill` to 4.3.0 - [#391](https://github.com/livekit/client-sdk-react-native/pull/391) ([@davidliu](https://github.com/davidliu)) + +- Add polyfills for `CountQueuingStrategy` and `TransformStream` for compatibility with livekit-client - [#391](https://github.com/livekit/client-sdk-react-native/pull/391) ([@davidliu](https://github.com/davidliu)) + ## 2.11.0-beta.1 ### Patch Changes diff --git a/docs/classes/AudioSession.html b/docs/classes/AudioSession.html index 499dbbf9..344dec0a 100644 --- a/docs/classes/AudioSession.html +++ b/docs/classes/AudioSession.html @@ -1,4 +1,4 @@ -AudioSession | LiveKit React Native Client SDK - v2.11.0-beta.1
LiveKit React Native Client SDK - v2.11.0-beta.1
    Preparing search index...

    Class AudioSession

    Index

    Constructors

    constructor +AudioSession | LiveKit React Native Client SDK - v2.11.0

    Class AudioSession

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Applies the provided audio configuration to the underlying AudioSession.

      Must be called prior to connecting to a Room for the configuration to apply correctly.

      See also setupIOSAudioManagement for automatic configuration of iOS audio options.

      -

      Parameters

      Returns Promise<void>

    • Gets the available audio outputs for use with selectAudioOutput.

      startAudioSession must be called prior to using this method.

      For Android, will return if available:

        @@ -30,18 +30,18 @@ or use a library like react-native-avroutepicker for a native platform control.

      Returns Promise<string[]>

      the available audio output types

      -
    • Directly change the AVAudioSession category/mode.

      +

    Returns Promise<void>

    • Set default audio track volume when new tracks are subscribed. +

    Returns Promise<void>

    Returns Promise<void>

    +

    Returns Promise<void>

    diff --git a/docs/classes/RNE2EEManager.html b/docs/classes/RNE2EEManager.html index 03742c87..df8ecacd 100644 --- a/docs/classes/RNE2EEManager.html +++ b/docs/classes/RNE2EEManager.html @@ -1,4 +1,4 @@ -RNE2EEManager | LiveKit React Native Client SDK - v2.11.0-beta.1
    LiveKit React Native Client SDK - v2.11.0-beta.1
      Preparing search index...

      Class RNE2EEManagerExperimental

      Hierarchy

      • TypedEventEmitter<E2EEManagerCallbacks, this>
        • RNE2EEManager

      Implements

      • BaseE2EEManager
      Index

      Constructors

      constructor +RNE2EEManager | LiveKit React Native Client SDK - v2.11.0

      Class RNE2EEManagerExperimental

      Hierarchy

      • TypedEventEmitter<E2EEManagerCallbacks, this>
        • RNE2EEManager

      Implements

      • BaseE2EEManager
      Index

      Constructors

      Accessors

      • get isDataChannelEncryptionEnabled(): boolean
        Experimental

        Returns boolean

      • set isDataChannelEncryptionEnabled(value: boolean): void
        Experimental

        Parameters

        • value: boolean

        Returns void

      Methods

      • Experimental

        Parameters

        • data: Uint8Array

        Returns Promise<{}>

      • Experimental

        Parameters

        • payload: Uint8Array
        • iv: Uint8Array
        • participantIdentity: string
        • keyIndex: number

        Returns Promise<{}>

      • Experimental

        Parameters

        • enabled: boolean
        • participantIdentity: string

        Returns void

      • Experimental

        Parameters

        • trailer: Uint8Array

        Returns void

      • Experimental

        Parameters

        • room: Room

        Returns void

      • Experimental

        Parameters

        • _engine: RTCEngine

        Returns void

      +

      Constructors

      Accessors

      • get isDataChannelEncryptionEnabled(): boolean
        Experimental

        Returns boolean

      • set isDataChannelEncryptionEnabled(value: boolean): void
        Experimental

        Parameters

        • value: boolean

        Returns void

      Methods

      • Experimental

        Parameters

        • data: Uint8Array

        Returns Promise<{}>

      • Experimental

        Parameters

        • payload: Uint8Array
        • iv: Uint8Array
        • participantIdentity: string
        • keyIndex: number

        Returns Promise<{}>

      • Experimental

        Parameters

        • enabled: boolean
        • participantIdentity: string

        Returns void

      • Experimental

        Parameters

        • trailer: Uint8Array

        Returns void

      • Experimental

        Parameters

        • room: Room

        Returns void

      • Experimental

        Parameters

        • _engine: RTCEngine

        Returns void

      diff --git a/docs/classes/RNKeyProvider.html b/docs/classes/RNKeyProvider.html index 53512273..2e7c2c34 100644 --- a/docs/classes/RNKeyProvider.html +++ b/docs/classes/RNKeyProvider.html @@ -1,4 +1,4 @@ -RNKeyProvider | LiveKit React Native Client SDK - v2.11.0-beta.1
      LiveKit React Native Client SDK - v2.11.0-beta.1
        Preparing search index...

        Class RNKeyProviderExperimental

        Hierarchy

        • BaseKeyProvider
          • RNKeyProvider
        Index

        Constructors

        constructor +RNKeyProvider | LiveKit React Native Client SDK - v2.11.0

        Class RNKeyProviderExperimental

        Hierarchy

        • BaseKeyProvider
          • RNKeyProvider
        Index

        Constructors

        Methods

        • Experimental

          Parameters

          • participantId: string

          Returns number

        • Experimental

          Parameters

          • OptionalparticipantIdentity: string
          • OptionalkeyIndex: number

          Returns Promise<void>

        • Experimental

          Parameters

          • OptionalkeyIndex: number

          Returns Promise<void>

        • Experimental

          Accepts a passphrase that's used to create the crypto keys for a participant's stream.

          -

          Parameters

          • participantId: string
          • key: string | Uint8Array<ArrayBufferLike>
          • OptionalkeyIndex: number

          Returns Promise<any>

        • Experimental

          Accepts a passphrase that's used to create the crypto keys.

          -

          Parameters

          • key: string | Uint8Array<ArrayBufferLike>
          • OptionalkeyIndex: number

          Returns Promise<any>

        • Experimental

          Parameters

          • trailer: Uint8Array

          Returns Promise<any>

        +

        Constructors

        Methods

        • Experimental

          Parameters

          • participantId: string

          Returns number

        • Experimental

          Parameters

          • OptionalparticipantIdentity: string
          • OptionalkeyIndex: number

          Returns Promise<void>

        • Experimental

          Parameters

          • OptionalkeyIndex: number

          Returns Promise<void>

        • Experimental

          Accepts a passphrase that's used to create the crypto keys for a participant's stream.

          +

          Parameters

          • participantId: string
          • key: string | Uint8Array<ArrayBufferLike>
          • OptionalkeyIndex: number

          Returns Promise<any>

        • Experimental

          Accepts a passphrase that's used to create the crypto keys.

          +

          Parameters

          • key: string | Uint8Array<ArrayBufferLike>
          • OptionalkeyIndex: number

          Returns Promise<any>

        • Experimental

          Parameters

          • trailer: Uint8Array

          Returns Promise<any>

        diff --git a/docs/functions/BarVisualizer.html b/docs/functions/BarVisualizer.html index 13ab6dd4..7a8e4888 100644 --- a/docs/functions/BarVisualizer.html +++ b/docs/functions/BarVisualizer.html @@ -1,7 +1,7 @@ -BarVisualizer | LiveKit React Native Client SDK - v2.11.0-beta.1
        LiveKit React Native Client SDK - v2.11.0-beta.1
          Preparing search index...

          Function BarVisualizer

          Visualizes audio signals from a TrackReference as bars. +BarVisualizer | LiveKit React Native Client SDK - v2.11.0

          Function BarVisualizer

          Visualizes audio signals from a TrackReference as bars. If the state prop is set, it automatically transitions between VoiceAssistant states.

          For VoiceAssistant state transitions this component requires a voice assistant agent running with livekit-agents >= 0.9.0

          function SimpleVoiceAssistant() {
          const { state, audioTrack } = useVoiceAssistant();
          return (
          <BarVisualizer
          state={state}
          trackRef={audioTrack}
          />
          );
          }
          -
          +
          diff --git a/docs/functions/LiveKitRoom.html b/docs/functions/LiveKitRoom.html index 98e1ac48..05e6a15b 100644 --- a/docs/functions/LiveKitRoom.html +++ b/docs/functions/LiveKitRoom.html @@ -1,7 +1,7 @@ -LiveKitRoom | LiveKit React Native Client SDK - v2.11.0-beta.1
          LiveKit React Native Client SDK - v2.11.0-beta.1
            Preparing search index...

            Function LiveKitRoom

            • The LiveKitRoom component provides the room context to all its child components. +LiveKitRoom | LiveKit React Native Client SDK - v2.11.0

              Function LiveKitRoom

              • The LiveKitRoom component provides the room context to all its child components. It is generally the starting point of your LiveKit app and the root of the LiveKit component tree. It provides the room state as a React context to all child components, so you don't have to pass it yourself.

                Parameters

                Returns Element

                <LiveKitRoom
                token='<livekit-token>'
                serverUrl='<url-to-livekit-server>'
                connect={true}
                >
                ...
                </LiveKitRoom>
                -
              +
            diff --git a/docs/functions/VideoView.html b/docs/functions/VideoView.html index 9471efa6..63cb37f5 100644 --- a/docs/functions/VideoView.html +++ b/docs/functions/VideoView.html @@ -1,2 +1,2 @@ -VideoView | LiveKit React Native Client SDK - v2.11.0-beta.1
            LiveKit React Native Client SDK - v2.11.0-beta.1
              Preparing search index...

              Function VideoView

              +VideoView | LiveKit React Native Client SDK - v2.11.0
              LiveKit React Native Client SDK - v2.11.0
                Preparing search index...

                Function VideoView

                diff --git a/docs/functions/getDefaultAppleAudioConfigurationForMode.html b/docs/functions/getDefaultAppleAudioConfigurationForMode.html index 47885988..2b4dc14a 100644 --- a/docs/functions/getDefaultAppleAudioConfigurationForMode.html +++ b/docs/functions/getDefaultAppleAudioConfigurationForMode.html @@ -1,5 +1,5 @@ -getDefaultAppleAudioConfigurationForMode | LiveKit React Native Client SDK - v2.11.0-beta.1
                LiveKit React Native Client SDK - v2.11.0-beta.1
                  Preparing search index...

                  Function getDefaultAppleAudioConfigurationForMode

                  diff --git a/docs/functions/registerGlobals.html b/docs/functions/registerGlobals.html index d130247a..6b02ebc2 100644 --- a/docs/functions/registerGlobals.html +++ b/docs/functions/registerGlobals.html @@ -1,4 +1,4 @@ -registerGlobals | LiveKit React Native Client SDK - v2.11.0-beta.1
                  LiveKit React Native Client SDK - v2.11.0-beta.1
                    Preparing search index...

                    Function registerGlobals

                    Returns void

                    diff --git a/docs/functions/setLogLevel.html b/docs/functions/setLogLevel.html index 505f0792..2ec06bba 100644 --- a/docs/functions/setLogLevel.html +++ b/docs/functions/setLogLevel.html @@ -1,3 +1,3 @@ -setLogLevel | LiveKit React Native Client SDK - v2.11.0-beta.1
                    LiveKit React Native Client SDK - v2.11.0-beta.1
                      Preparing search index...

                      Function setLogLevel

                      • Set the log level for both the @livekit/react-native package and the @livekit-client package. +setLogLevel | LiveKit React Native Client SDK - v2.11.0

                        Function setLogLevel

                        • Set the log level for both the @livekit/react-native package and the @livekit-client package. To set the @livekit-client log independently, use the liveKitClientLogLevel prop on the options object.

                          -

                          Parameters

                          • level: "trace" | "debug" | "info" | "warn" | "error" | "silent" | LogLevel
                          • options: SetLogLevelOptions = {}

                          Returns void

                        +

                        Parameters

                        • level: "trace" | "debug" | "info" | "warn" | "error" | "silent" | LogLevel
                        • options: SetLogLevelOptions = {}

                        Returns void

                      diff --git a/docs/functions/setupIOSAudioManagement.html b/docs/functions/setupIOSAudioManagement.html index 7f387a19..e2357bc0 100644 --- a/docs/functions/setupIOSAudioManagement.html +++ b/docs/functions/setupIOSAudioManagement.html @@ -1,8 +1,8 @@ -setupIOSAudioManagement | LiveKit React Native Client SDK - v2.11.0-beta.1
                      LiveKit React Native Client SDK - v2.11.0-beta.1
                        Preparing search index...

                        Function setupIOSAudioManagement

                        • Sets up automatic iOS audio session management based on audio engine state.

                          +setupIOSAudioManagement | LiveKit React Native Client SDK - v2.11.0

                          Function setupIOSAudioManagement

                          • Sets up automatic iOS audio session management based on audio engine state.

                            Call this once at app startup (e.g. in index.js). registerGlobals() invokes it for you by default unless autoConfigureAudioSession: false is passed.

                            Parameters

                            Returns () => void

                            A cleanup function that removes the event handlers.

                            -
                          +
                        diff --git a/docs/functions/sortParticipants.html b/docs/functions/sortParticipants.html index d2a96021..5d6497a2 100644 --- a/docs/functions/sortParticipants.html +++ b/docs/functions/sortParticipants.html @@ -1,4 +1,4 @@ -sortParticipants | LiveKit React Native Client SDK - v2.11.0-beta.1
                        LiveKit React Native Client SDK - v2.11.0-beta.1
                          Preparing search index...

                          Function sortParticipants

                          • Default sort for participants, it'll order participants by:

                            +sortParticipants | LiveKit React Native Client SDK - v2.11.0

                            Function sortParticipants

                            • Default sort for participants, it'll order participants by:

                              1. dominant speaker (speaker with the loudest audio level)
                              2. local participant
                              3. @@ -6,4 +6,4 @@
                              4. participants with video on
                              5. by joinedAt
                              -

                              Parameters

                              • participants: Participant[]
                              • OptionallocalParticipant: LocalParticipant

                              Returns void

                            +

                            Parameters

                            • participants: Participant[]
                            • OptionallocalParticipant: LocalParticipant

                            Returns void

                          diff --git a/docs/functions/useBarAnimator.html b/docs/functions/useBarAnimator.html index 0ef3f87e..10370988 100644 --- a/docs/functions/useBarAnimator.html +++ b/docs/functions/useBarAnimator.html @@ -1 +1 @@ -useBarAnimator | LiveKit React Native Client SDK - v2.11.0-beta.1
                          LiveKit React Native Client SDK - v2.11.0-beta.1
                            Preparing search index...

                            Function useBarAnimator

                            • Parameters

                              • state: AgentState | undefined
                              • columns: number
                              • interval: number

                              Returns number[]

                            +useBarAnimator | LiveKit React Native Client SDK - v2.11.0
                            LiveKit React Native Client SDK - v2.11.0
                              Preparing search index...

                              Function useBarAnimator

                              • Parameters

                                • state: AgentState | undefined
                                • columns: number
                                • interval: number

                                Returns number[]

                              diff --git a/docs/functions/useIOSAudioManagement.html b/docs/functions/useIOSAudioManagement.html index 505711de..14c03f3e 100644 --- a/docs/functions/useIOSAudioManagement.html +++ b/docs/functions/useIOSAudioManagement.html @@ -1,4 +1,4 @@ -useIOSAudioManagement | LiveKit React Native Client SDK - v2.11.0-beta.1
                              LiveKit React Native Client SDK - v2.11.0-beta.1
                                Preparing search index...

                                Function useIOSAudioManagement

                                • Parameters

                                  Returns void

                                  Use setupIOSAudioManagement instead. +useIOSAudioManagement | LiveKit React Native Client SDK - v2.11.0

                                  Function useIOSAudioManagement

                                  • Parameters

                                    Returns void

                                    Use setupIOSAudioManagement instead. The room parameter is ignored — audio session is now managed via audio engine events, not room track counts.

                                    Note: the trackState passed to onConfigureNativeAudio is now @@ -7,4 +7,4 @@ published-but-muted local audio track that previously yielded localOnly may now appear as remoteOnly or none. Callers with nuanced per-state logic should migrate to setupIOSAudioManagement.

                                    -
                                  +
                                diff --git a/docs/functions/useMultibandTrackVolume.html b/docs/functions/useMultibandTrackVolume.html index 3748462d..bedf0196 100644 --- a/docs/functions/useMultibandTrackVolume.html +++ b/docs/functions/useMultibandTrackVolume.html @@ -1,3 +1,3 @@ -useMultibandTrackVolume | LiveKit React Native Client SDK - v2.11.0-beta.1
                                LiveKit React Native Client SDK - v2.11.0-beta.1
                                  Preparing search index...

                                  Function useMultibandTrackVolume

                                  • A hook for tracking the volume of an audio track across multiple frequency bands.

                                    +useMultibandTrackVolume | LiveKit React Native Client SDK - v2.11.0

                                    Function useMultibandTrackVolume

                                    • A hook for tracking the volume of an audio track across multiple frequency bands.

                                      Parameters

                                      • OptionaltrackOrTrackReference: LocalAudioTrack | RemoteAudioTrack | TrackReferenceOrPlaceholder
                                      • Optionaloptions: MultiBandTrackVolumeOptions

                                      Returns number[]

                                      A number array containing the volume for each frequency band.

                                      -
                                    +
                                  diff --git a/docs/functions/useParticipant.html b/docs/functions/useParticipant.html index e49cebd4..aa41e114 100644 --- a/docs/functions/useParticipant.html +++ b/docs/functions/useParticipant.html @@ -1,2 +1,2 @@ -useParticipant | LiveKit React Native Client SDK - v2.11.0-beta.1
                                  LiveKit React Native Client SDK - v2.11.0-beta.1
                                    Preparing search index...

                                    Function useParticipant

                                    +useParticipant | LiveKit React Native Client SDK - v2.11.0
                                    LiveKit React Native Client SDK - v2.11.0
                                      Preparing search index...

                                      Function useParticipant

                                      diff --git a/docs/functions/useRNE2EEManager.html b/docs/functions/useRNE2EEManager.html index aae292bb..68c88c51 100644 --- a/docs/functions/useRNE2EEManager.html +++ b/docs/functions/useRNE2EEManager.html @@ -1 +1 @@ -useRNE2EEManager | LiveKit React Native Client SDK - v2.11.0-beta.1
                                      LiveKit React Native Client SDK - v2.11.0-beta.1
                                        Preparing search index...

                                        Function useRNE2EEManager

                                        +useRNE2EEManager | LiveKit React Native Client SDK - v2.11.0
                                        LiveKit React Native Client SDK - v2.11.0
                                          Preparing search index...

                                          Function useRNE2EEManager

                                          diff --git a/docs/functions/useRoom.html b/docs/functions/useRoom.html index 77bbf1a4..66dc4ebe 100644 --- a/docs/functions/useRoom.html +++ b/docs/functions/useRoom.html @@ -1,2 +1,2 @@ -useRoom | LiveKit React Native Client SDK - v2.11.0-beta.1
                                          LiveKit React Native Client SDK - v2.11.0-beta.1
                                            Preparing search index...

                                            Function useRoom

                                            +useRoom | LiveKit React Native Client SDK - v2.11.0
                                            LiveKit React Native Client SDK - v2.11.0
                                              Preparing search index...

                                              Function useRoom

                                              diff --git a/docs/functions/useTrackVolume.html b/docs/functions/useTrackVolume.html index 60ab33d2..5ee83edf 100644 --- a/docs/functions/useTrackVolume.html +++ b/docs/functions/useTrackVolume.html @@ -1,3 +1,3 @@ -useTrackVolume | LiveKit React Native Client SDK - v2.11.0-beta.1
                                              LiveKit React Native Client SDK - v2.11.0-beta.1
                                                Preparing search index...

                                                Function useTrackVolume

                                                • A hook for tracking the volume of an audio track.

                                                  +useTrackVolume | LiveKit React Native Client SDK - v2.11.0

                                                  Function useTrackVolume

                                                  • A hook for tracking the volume of an audio track.

                                                    Parameters

                                                    • OptionaltrackOrTrackReference: LocalAudioTrack | RemoteAudioTrack | TrackReferenceOrPlaceholder

                                                    Returns number

                                                    A number between 0-1 representing the volume.

                                                    -
                                                  +
                                                diff --git a/docs/hierarchy.html b/docs/hierarchy.html index 2ed7bfb3..123f614d 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -1 +1 @@ -LiveKit React Native Client SDK - v2.11.0-beta.1
                                                LiveKit React Native Client SDK - v2.11.0-beta.1
                                                  Preparing search index...

                                                  LiveKit React Native Client SDK - v2.11.0-beta.1

                                                  Hierarchy Summary

                                                  +LiveKit React Native Client SDK - v2.11.0
                                                  LiveKit React Native Client SDK - v2.11.0
                                                    Preparing search index...

                                                    LiveKit React Native Client SDK - v2.11.0

                                                    Hierarchy Summary

                                                    diff --git a/docs/index.html b/docs/index.html index 217e9abe..8ec4cdb3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -LiveKit React Native Client SDK - v2.11.0-beta.1
                                                    LiveKit React Native Client SDK - v2.11.0-beta.1
                                                      Preparing search index...

                                                      LiveKit React Native Client SDK - v2.11.0-beta.1

                                                      +LiveKit React Native Client SDK - v2.11.0
                                                      +
                                                      diff --git a/docs/interfaces/BarVisualizerProps.html b/docs/interfaces/BarVisualizerProps.html index efba0116..47b769d1 100644 --- a/docs/interfaces/BarVisualizerProps.html +++ b/docs/interfaces/BarVisualizerProps.html @@ -1,9 +1,9 @@ -BarVisualizerProps | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                      LiveKit React Native Client SDK - v2.11.0-beta.1
                                                        Preparing search index...

                                                        Interface BarVisualizerPropsBeta

                                                        interface BarVisualizerProps {
                                                            barCount?: number;
                                                            options?: BarVisualizerOptions;
                                                            state?: AgentState;
                                                            style?: ViewStyle;
                                                            trackRef?: TrackReferenceOrPlaceholder;
                                                        }
                                                        Index

                                                        Properties

                                                        barCount? +BarVisualizerProps | LiveKit React Native Client SDK - v2.11.0

                                                        Interface BarVisualizerPropsBeta

                                                        interface BarVisualizerProps {
                                                            barCount?: number;
                                                            options?: BarVisualizerOptions;
                                                            state?: AgentState;
                                                            style?: ViewStyle;
                                                            trackRef?: TrackReferenceOrPlaceholder;
                                                        }
                                                        Index

                                                        Properties

                                                        barCount?: number

                                                        Number of bars that show up in the visualizer

                                                        -
                                                        state?: AgentState

                                                        If set, the visualizer will transition between different voice assistant states

                                                        -
                                                        style?: ViewStyle

                                                        Custom React Native styles for the container.

                                                        -
                                                        trackRef?: TrackReferenceOrPlaceholder
                                                        +
                                                        state?: AgentState

                                                        If set, the visualizer will transition between different voice assistant states

                                                        +
                                                        style?: ViewStyle

                                                        Custom React Native styles for the container.

                                                        +
                                                        trackRef?: TrackReferenceOrPlaceholder
                                                        diff --git a/docs/interfaces/LiveKitRoomProps.html b/docs/interfaces/LiveKitRoomProps.html index d7073337..08e74493 100644 --- a/docs/interfaces/LiveKitRoomProps.html +++ b/docs/interfaces/LiveKitRoomProps.html @@ -1,4 +1,4 @@ -LiveKitRoomProps | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                        LiveKit React Native Client SDK - v2.11.0-beta.1
                                                          Preparing search index...

                                                          Interface LiveKitRoomProps

                                                          interface LiveKitRoomProps {
                                                              audio?: boolean | AudioCaptureOptions;
                                                              connect?: boolean;
                                                              connectOptions?: RoomConnectOptions;
                                                              featureFlags?: FeatureFlags;
                                                              onConnected?: () => void;
                                                              onDisconnected?: () => void;
                                                              onEncryptionError?: (error: Error) => void;
                                                              onError?: (error: Error) => void;
                                                              onMediaDeviceFailure?: (failure?: MediaDeviceFailure) => void;
                                                              options?: RoomOptions;
                                                              room?: Room;
                                                              screen?: boolean | ScreenShareCaptureOptions;
                                                              serverUrl: string | undefined;
                                                              simulateParticipants?: number;
                                                              token: string | undefined;
                                                              video?: boolean | VideoCaptureOptions;
                                                          }
                                                          Index

                                                          Properties

                                                          audio? +LiveKitRoomProps | LiveKit React Native Client SDK - v2.11.0

                                                          Interface LiveKitRoomProps

                                                          interface LiveKitRoomProps {
                                                              audio?: boolean | AudioCaptureOptions;
                                                              connect?: boolean;
                                                              connectOptions?: RoomConnectOptions;
                                                              featureFlags?: FeatureFlags;
                                                              onConnected?: () => void;
                                                              onDisconnected?: () => void;
                                                              onEncryptionError?: (error: Error) => void;
                                                              onError?: (error: Error) => void;
                                                              onMediaDeviceFailure?: (failure?: MediaDeviceFailure) => void;
                                                              options?: RoomOptions;
                                                              room?: Room;
                                                              screen?: boolean | ScreenShareCaptureOptions;
                                                              serverUrl: string | undefined;
                                                              simulateParticipants?: number;
                                                              token: string | undefined;
                                                              video?: boolean | VideoCaptureOptions;
                                                          }
                                                          Index

                                                          Properties

                                                          Properties

                                                          audio?: boolean | AudioCaptureOptions

                                                          Publish audio immediately after connecting to your LiveKit room.

                                                          connect?: boolean

                                                          If set to true a connection to LiveKit room is initiated.

                                                          +
                                                          connect?: boolean

                                                          If set to true a connection to LiveKit room is initiated.

                                                          true

                                                          -
                                                          connectOptions?: RoomConnectOptions

                                                          Define options how to connect to the LiveKit server.

                                                          +
                                                          connectOptions?: RoomConnectOptions

                                                          Define options how to connect to the LiveKit server.

                                                          featureFlags?: FeatureFlags
                                                          onConnected?: () => void
                                                          onDisconnected?: () => void
                                                          onEncryptionError?: (error: Error) => void
                                                          onError?: (error: Error) => void
                                                          onMediaDeviceFailure?: (failure?: MediaDeviceFailure) => void
                                                          options?: RoomOptions

                                                          Options for when creating a new room. +

                                                          featureFlags?: FeatureFlags
                                                          onConnected?: () => void
                                                          onDisconnected?: () => void
                                                          onEncryptionError?: (error: Error) => void
                                                          onError?: (error: Error) => void
                                                          onMediaDeviceFailure?: (failure?: MediaDeviceFailure) => void
                                                          options?: RoomOptions

                                                          Options for when creating a new room. When you pass your own room instance to this component, these options have no effect. Instead, set the options directly in the room instance.

                                                          room?: Room

                                                          Optional room instance. +

                                                          room?: Room

                                                          Optional room instance. By passing your own room instance you overwrite the options parameter, make sure to set the options directly on the room instance itself.

                                                          -
                                                          screen?: boolean | ScreenShareCaptureOptions

                                                          Publish screen share immediately after connecting to your LiveKit room.

                                                          +
                                                          screen?: boolean | ScreenShareCaptureOptions

                                                          Publish screen share immediately after connecting to your LiveKit room.

                                                          false

                                                          serverUrl: string | undefined

                                                          URL to the LiveKit server. +

                                                          serverUrl: string | undefined

                                                          URL to the LiveKit server. For example: wss://<domain>.livekit.cloud To simplify the implementation, undefined is also accepted as an intermediate value, but only with a valid string url can the connection be established.

                                                          -
                                                          simulateParticipants?: number
                                                          token: string | undefined

                                                          A user specific access token for a client to authenticate to the room. +

                                                          simulateParticipants?: number
                                                          token: string | undefined

                                                          A user specific access token for a client to authenticate to the room. This token is necessary to establish a connection to the room. To simplify the implementation, undefined is also accepted as an intermediate value, but only with a valid string token can the connection be established.

                                                          video?: boolean | VideoCaptureOptions

                                                          Publish video immediately after connecting to your LiveKit room.

                                                          +
                                                          video?: boolean | VideoCaptureOptions

                                                          Publish video immediately after connecting to your LiveKit room.

                                                          false

                                                          +
                                                          diff --git a/docs/interfaces/MultiBandTrackVolumeOptions.html b/docs/interfaces/MultiBandTrackVolumeOptions.html index d068098c..04c4ee6d 100644 --- a/docs/interfaces/MultiBandTrackVolumeOptions.html +++ b/docs/interfaces/MultiBandTrackVolumeOptions.html @@ -1,10 +1,10 @@ -MultiBandTrackVolumeOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                          LiveKit React Native Client SDK - v2.11.0-beta.1
                                                            Preparing search index...

                                                            Interface MultiBandTrackVolumeOptionsAlpha

                                                            Interface for configuring options for the useMultibandTrackVolume hook.

                                                            -
                                                            interface MultiBandTrackVolumeOptions {
                                                                bands?: number;
                                                                maxFrequency?: number;
                                                                minFrequency?: number;
                                                                updateInterval?: number;
                                                            }
                                                            Index

                                                            Properties

                                                            bands? +MultiBandTrackVolumeOptions | LiveKit React Native Client SDK - v2.11.0

                                                            Interface MultiBandTrackVolumeOptionsAlpha

                                                            Interface for configuring options for the useMultibandTrackVolume hook.

                                                            +
                                                            interface MultiBandTrackVolumeOptions {
                                                                bands?: number;
                                                                maxFrequency?: number;
                                                                minFrequency?: number;
                                                                updateInterval?: number;
                                                            }
                                                            Index

                                                            Properties

                                                            bands?: number

                                                            the number of bands to split the audio into

                                                            -
                                                            maxFrequency?: number

                                                            cut off frequency on the higher end

                                                            -
                                                            minFrequency?: number

                                                            cut off frequency on the lower end

                                                            -
                                                            updateInterval?: number

                                                            update should run every x ms

                                                            -
                                                            +
                                                            maxFrequency?: number

                                                            cut off frequency on the higher end

                                                            +
                                                            minFrequency?: number

                                                            cut off frequency on the lower end

                                                            +
                                                            updateInterval?: number

                                                            update should run every x ms

                                                            +
                                                            diff --git a/docs/interfaces/ParticipantState.html b/docs/interfaces/ParticipantState.html index e45fa8a8..d9a1d6e9 100644 --- a/docs/interfaces/ParticipantState.html +++ b/docs/interfaces/ParticipantState.html @@ -1,5 +1,5 @@ -ParticipantState | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                            LiveKit React Native Client SDK - v2.11.0-beta.1
                                                              Preparing search index...

                                                              Interface ParticipantState

                                                              use useRemoteParticipant or useLocalParticipant instead

                                                              -
                                                              interface ParticipantState {
                                                                  cameraPublication?: TrackPublication;
                                                                  connectionQuality: ConnectionQuality;
                                                                  isLocal: boolean;
                                                                  isSpeaking: boolean;
                                                                  metadata?: string;
                                                                  microphonePublication?: TrackPublication;
                                                                  publications: TrackPublication[];
                                                                  screenSharePublication?: TrackPublication;
                                                                  subscribedTracks: TrackPublication[];
                                                              }
                                                              Index

                                                              Properties

                                                              cameraPublication? +ParticipantState | LiveKit React Native Client SDK - v2.11.0

                                                              Interface ParticipantState

                                                              use useRemoteParticipant or useLocalParticipant instead

                                                              +
                                                              interface ParticipantState {
                                                                  cameraPublication?: TrackPublication;
                                                                  connectionQuality: ConnectionQuality;
                                                                  isLocal: boolean;
                                                                  isSpeaking: boolean;
                                                                  metadata?: string;
                                                                  microphonePublication?: TrackPublication;
                                                                  publications: TrackPublication[];
                                                                  screenSharePublication?: TrackPublication;
                                                                  subscribedTracks: TrackPublication[];
                                                              }
                                                              Index

                                                              Properties

                                                              cameraPublication?: TrackPublication
                                                              connectionQuality: ConnectionQuality
                                                              isLocal: boolean
                                                              isSpeaking: boolean
                                                              metadata?: string
                                                              microphonePublication?: TrackPublication
                                                              publications: TrackPublication[]
                                                              screenSharePublication?: TrackPublication
                                                              subscribedTracks: TrackPublication[]
                                                              +

                                                              Properties

                                                              cameraPublication?: TrackPublication
                                                              connectionQuality: ConnectionQuality
                                                              isLocal: boolean
                                                              isSpeaking: boolean
                                                              metadata?: string
                                                              microphonePublication?: TrackPublication
                                                              publications: TrackPublication[]
                                                              screenSharePublication?: TrackPublication
                                                              subscribedTracks: TrackPublication[]
                                                              diff --git a/docs/interfaces/RNE2EEManagerState.html b/docs/interfaces/RNE2EEManagerState.html index 776dbfc3..f0e04279 100644 --- a/docs/interfaces/RNE2EEManagerState.html +++ b/docs/interfaces/RNE2EEManagerState.html @@ -1,3 +1,3 @@ -RNE2EEManagerState | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                              LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                Preparing search index...

                                                                Interface RNE2EEManagerState

                                                                interface RNE2EEManagerState {
                                                                    e2eeManager: BaseE2EEManager;
                                                                    keyProvider: RNKeyProvider;
                                                                }
                                                                Index

                                                                Properties

                                                                e2eeManager +RNE2EEManagerState | LiveKit React Native Client SDK - v2.11.0

                                                                Interface RNE2EEManagerState

                                                                interface RNE2EEManagerState {
                                                                    e2eeManager: BaseE2EEManager;
                                                                    keyProvider: RNKeyProvider;
                                                                }
                                                                Index

                                                                Properties

                                                                e2eeManager: BaseE2EEManager
                                                                keyProvider: RNKeyProvider
                                                                +

                                                                Properties

                                                                e2eeManager: BaseE2EEManager
                                                                keyProvider: RNKeyProvider
                                                                diff --git a/docs/interfaces/RegisterGlobalsOptions.html b/docs/interfaces/RegisterGlobalsOptions.html index 4572e37f..becc2a9a 100644 --- a/docs/interfaces/RegisterGlobalsOptions.html +++ b/docs/interfaces/RegisterGlobalsOptions.html @@ -1,8 +1,8 @@ -RegisterGlobalsOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                  Preparing search index...

                                                                  Interface RegisterGlobalsOptions

                                                                  interface RegisterGlobalsOptions {
                                                                      autoConfigureAudioSession?: boolean;
                                                                  }
                                                                  Index

                                                                  Properties

                                                                  autoConfigureAudioSession? +RegisterGlobalsOptions | LiveKit React Native Client SDK - v2.11.0

                                                                  Interface RegisterGlobalsOptions

                                                                  interface RegisterGlobalsOptions {
                                                                      autoConfigureAudioSession?: boolean;
                                                                  }
                                                                  Index

                                                                  Properties

                                                                  autoConfigureAudioSession?: boolean

                                                                  Automatically configure and activate the iOS audio session based on audio engine lifecycle events. Has no effect on non-Apple platforms.

                                                                  true
                                                                   
                                                                  -
                                                                  +
                                                                  diff --git a/docs/interfaces/RoomOptions.html b/docs/interfaces/RoomOptions.html index a1db70ef..cd7cf4c0 100644 --- a/docs/interfaces/RoomOptions.html +++ b/docs/interfaces/RoomOptions.html @@ -1,2 +1,2 @@ -RoomOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                  LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                    Preparing search index...

                                                                    Interface RoomOptions

                                                                    interface RoomOptions {
                                                                        sortParticipants?: (participants: Participant[]) => void;
                                                                    }
                                                                    Index

                                                                    Properties

                                                                    Properties

                                                                    sortParticipants?: (participants: Participant[]) => void
                                                                    +RoomOptions | LiveKit React Native Client SDK - v2.11.0
                                                                    LiveKit React Native Client SDK - v2.11.0
                                                                      Preparing search index...

                                                                      Interface RoomOptions

                                                                      interface RoomOptions {
                                                                          sortParticipants?: (participants: Participant[]) => void;
                                                                      }
                                                                      Index

                                                                      Properties

                                                                      Properties

                                                                      sortParticipants?: (participants: Participant[]) => void
                                                                      diff --git a/docs/interfaces/RoomState.html b/docs/interfaces/RoomState.html index 7d8fedfa..88bc78fd 100644 --- a/docs/interfaces/RoomState.html +++ b/docs/interfaces/RoomState.html @@ -1,5 +1,5 @@ -RoomState | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                      LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                        Preparing search index...

                                                                        Interface RoomState

                                                                        interface RoomState {
                                                                            audioTracks: AudioTrack[];
                                                                            error?: Error;
                                                                            participants: Participant[];
                                                                            room?: Room;
                                                                        }
                                                                        Index

                                                                        Properties

                                                                        audioTracks +RoomState | LiveKit React Native Client SDK - v2.11.0

                                                                        Interface RoomState

                                                                        interface RoomState {
                                                                            audioTracks: AudioTrack[];
                                                                            error?: Error;
                                                                            participants: Participant[];
                                                                            room?: Room;
                                                                        }
                                                                        Index

                                                                        Properties

                                                                        audioTracks: AudioTrack[]
                                                                        error?: Error
                                                                        participants: Participant[]
                                                                        room?: Room
                                                                        +

                                                                        Properties

                                                                        audioTracks: AudioTrack[]
                                                                        error?: Error
                                                                        participants: Participant[]
                                                                        room?: Room
                                                                        diff --git a/docs/modules.html b/docs/modules.html index 61c42e7f..e88e04dc 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1 +1 @@ -LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                        LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                          Preparing search index...

                                                                            LiveKit React Native Client SDK - v2.11.0-beta.1

                                                                            Classes

                                                                            AudioSession
                                                                            RNE2EEManager
                                                                            RNKeyProvider

                                                                            Interfaces

                                                                            BarVisualizerProps
                                                                            LiveKitRoomProps
                                                                            MultiBandTrackVolumeOptions
                                                                            ParticipantState
                                                                            RegisterGlobalsOptions
                                                                            RNE2EEManagerState
                                                                            RoomOptions
                                                                            RoomState

                                                                            Type Aliases

                                                                            AndroidAudioTypeOptions
                                                                            AppleAudioCategory
                                                                            AppleAudioCategoryOption
                                                                            AppleAudioConfiguration
                                                                            AppleAudioMode
                                                                            AudioConfiguration
                                                                            AudioEngineConfigurationState
                                                                            AudioTrackState
                                                                            BarVisualizerOptions
                                                                            LogLevel
                                                                            Props
                                                                            RNKeyProviderOptions
                                                                            SetLogLevelOptions
                                                                            UseRNE2EEManagerOptions
                                                                            VideoTrackProps

                                                                            Variables

                                                                            AndroidAudioTypePresets
                                                                            log
                                                                            VideoTrack

                                                                            Functions

                                                                            BarVisualizer
                                                                            getDefaultAppleAudioConfigurationForMode
                                                                            LiveKitRoom
                                                                            registerGlobals
                                                                            setLogLevel
                                                                            setupIOSAudioManagement
                                                                            sortParticipants
                                                                            useBarAnimator
                                                                            useIOSAudioManagement
                                                                            useMultibandTrackVolume
                                                                            useParticipant
                                                                            useRNE2EEManager
                                                                            useRoom
                                                                            useTrackVolume
                                                                            VideoView
                                                                            +LiveKit React Native Client SDK - v2.11.0
                                                                            LiveKit React Native Client SDK - v2.11.0
                                                                              Preparing search index...

                                                                                LiveKit React Native Client SDK - v2.11.0

                                                                                Classes

                                                                                AudioSession
                                                                                RNE2EEManager
                                                                                RNKeyProvider

                                                                                Interfaces

                                                                                BarVisualizerProps
                                                                                LiveKitRoomProps
                                                                                MultiBandTrackVolumeOptions
                                                                                ParticipantState
                                                                                RegisterGlobalsOptions
                                                                                RNE2EEManagerState
                                                                                RoomOptions
                                                                                RoomState

                                                                                Type Aliases

                                                                                AndroidAudioTypeOptions
                                                                                AppleAudioCategory
                                                                                AppleAudioCategoryOption
                                                                                AppleAudioConfiguration
                                                                                AppleAudioMode
                                                                                AudioConfiguration
                                                                                AudioEngineConfigurationState
                                                                                AudioTrackState
                                                                                BarVisualizerOptions
                                                                                LogLevel
                                                                                Props
                                                                                RNKeyProviderOptions
                                                                                SetLogLevelOptions
                                                                                UseRNE2EEManagerOptions
                                                                                VideoTrackProps

                                                                                Variables

                                                                                AndroidAudioTypePresets
                                                                                log
                                                                                VideoTrack

                                                                                Functions

                                                                                BarVisualizer
                                                                                getDefaultAppleAudioConfigurationForMode
                                                                                LiveKitRoom
                                                                                registerGlobals
                                                                                setLogLevel
                                                                                setupIOSAudioManagement
                                                                                sortParticipants
                                                                                useBarAnimator
                                                                                useIOSAudioManagement
                                                                                useMultibandTrackVolume
                                                                                useParticipant
                                                                                useRNE2EEManager
                                                                                useRoom
                                                                                useTrackVolume
                                                                                VideoView
                                                                                diff --git a/docs/types/AndroidAudioTypeOptions.html b/docs/types/AndroidAudioTypeOptions.html index adca4a34..dfa9d7d9 100644 --- a/docs/types/AndroidAudioTypeOptions.html +++ b/docs/types/AndroidAudioTypeOptions.html @@ -1,4 +1,4 @@ -AndroidAudioTypeOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                  Preparing search index...

                                                                                  Type Alias AndroidAudioTypeOptions

                                                                                  type AndroidAudioTypeOptions = {
                                                                                      audioAttributesContentType?:
                                                                                          | "movie"
                                                                                          | "music"
                                                                                          | "sonification"
                                                                                          | "speech"
                                                                                          | "unknown";
                                                                                      audioAttributesUsageType?: | "alarm"
                                                                                      | "assistanceAccessibility"
                                                                                      | "assistanceNavigationGuidance"
                                                                                      | "assistanceSonification"
                                                                                      | "assistant"
                                                                                      | "game"
                                                                                      | "media"
                                                                                      | "notification"
                                                                                      | "notificationEvent"
                                                                                      | "notificationRingtone"
                                                                                      | "unknown"
                                                                                      | "voiceCommunication"
                                                                                      | "voiceCommunicationSignalling";
                                                                                      audioFocusMode?: | "gain"
                                                                                      | "gainTransient"
                                                                                      | "gainTransientExclusive"
                                                                                      | "gainTransientMayDuck";
                                                                                      audioMode?: | "normal"
                                                                                      | "callScreening"
                                                                                      | "inCall"
                                                                                      | "inCommunication"
                                                                                      | "ringtone";
                                                                                      audioStreamType?: | "accessibility"
                                                                                      | "alarm"
                                                                                      | "dtmf"
                                                                                      | "music"
                                                                                      | "notification"
                                                                                      | "ring"
                                                                                      | "system"
                                                                                      | "voiceCall";
                                                                                      forceHandleAudioRouting?: boolean;
                                                                                      manageAudioFocus?: boolean;
                                                                                  }
                                                                                  Index

                                                                                  Properties

                                                                                  audioAttributesContentType? +AndroidAudioTypeOptions | LiveKit React Native Client SDK - v2.11.0

                                                                                  Type Alias AndroidAudioTypeOptions

                                                                                  type AndroidAudioTypeOptions = {
                                                                                      audioAttributesContentType?:
                                                                                          | "movie"
                                                                                          | "music"
                                                                                          | "sonification"
                                                                                          | "speech"
                                                                                          | "unknown";
                                                                                      audioAttributesUsageType?: | "alarm"
                                                                                      | "assistanceAccessibility"
                                                                                      | "assistanceNavigationGuidance"
                                                                                      | "assistanceSonification"
                                                                                      | "assistant"
                                                                                      | "game"
                                                                                      | "media"
                                                                                      | "notification"
                                                                                      | "notificationEvent"
                                                                                      | "notificationRingtone"
                                                                                      | "unknown"
                                                                                      | "voiceCommunication"
                                                                                      | "voiceCommunicationSignalling";
                                                                                      audioFocusMode?: | "gain"
                                                                                      | "gainTransient"
                                                                                      | "gainTransientExclusive"
                                                                                      | "gainTransientMayDuck";
                                                                                      audioMode?: | "normal"
                                                                                      | "callScreening"
                                                                                      | "inCall"
                                                                                      | "inCommunication"
                                                                                      | "ringtone";
                                                                                      audioStreamType?: | "accessibility"
                                                                                      | "alarm"
                                                                                      | "dtmf"
                                                                                      | "music"
                                                                                      | "notification"
                                                                                      | "ring"
                                                                                      | "system"
                                                                                      | "voiceCall";
                                                                                      forceHandleAudioRouting?: boolean;
                                                                                      manageAudioFocus?: boolean;
                                                                                  }
                                                                                  Index

                                                                                  Properties

                                                                                  audioAttributesContentType?:
                                                                                      | "movie"
                                                                                      | "music"
                                                                                      | "sonification"
                                                                                      | "speech"
                                                                                      | "unknown"

                                                                                  Corresponds to Android's AndroidAttributes content type.

                                                                                  Defaults to 'speech'.

                                                                                  See also https://developer.android.com/reference/android/media/AudioAttributes

                                                                                  -
                                                                                  audioAttributesUsageType?:
                                                                                      | "alarm"
                                                                                      | "assistanceAccessibility"
                                                                                      | "assistanceNavigationGuidance"
                                                                                      | "assistanceSonification"
                                                                                      | "assistant"
                                                                                      | "game"
                                                                                      | "media"
                                                                                      | "notification"
                                                                                      | "notificationEvent"
                                                                                      | "notificationRingtone"
                                                                                      | "unknown"
                                                                                      | "voiceCommunication"
                                                                                      | "voiceCommunicationSignalling"

                                                                                  Corresponds to Android's AudioAttributes usage type.

                                                                                  +
                                                                                  audioAttributesUsageType?:
                                                                                      | "alarm"
                                                                                      | "assistanceAccessibility"
                                                                                      | "assistanceNavigationGuidance"
                                                                                      | "assistanceSonification"
                                                                                      | "assistant"
                                                                                      | "game"
                                                                                      | "media"
                                                                                      | "notification"
                                                                                      | "notificationEvent"
                                                                                      | "notificationRingtone"
                                                                                      | "unknown"
                                                                                      | "voiceCommunication"
                                                                                      | "voiceCommunicationSignalling"

                                                                                  Corresponds to Android's AudioAttributes usage type.

                                                                                  Defaults to 'voiceCommunication'.

                                                                                  See also https://developer.android.com/reference/android/media/AudioAttributes

                                                                                  -
                                                                                  audioFocusMode?:
                                                                                      | "gain"
                                                                                      | "gainTransient"
                                                                                      | "gainTransientExclusive"
                                                                                      | "gainTransientMayDuck"

                                                                                  Corresponds to the duration hint when requesting audio focus.

                                                                                  +
                                                                                  audioFocusMode?:
                                                                                      | "gain"
                                                                                      | "gainTransient"
                                                                                      | "gainTransientExclusive"
                                                                                      | "gainTransientMayDuck"

                                                                                  Corresponds to the duration hint when requesting audio focus.

                                                                                  Defaults to 'gain'.

                                                                                  See also https://developer.android.com/reference/android/media/AudioManager#AUDIOFOCUS_GAIN

                                                                                  -
                                                                                  audioMode?:
                                                                                      | "normal"
                                                                                      | "callScreening"
                                                                                      | "inCall"
                                                                                      | "inCommunication"
                                                                                      | "ringtone"
                                                                                  audioMode?:
                                                                                      | "normal"
                                                                                      | "callScreening"
                                                                                      | "inCall"
                                                                                      | "inCommunication"
                                                                                      | "ringtone"
                                                                                  audioStreamType?:
                                                                                      | "accessibility"
                                                                                      | "alarm"
                                                                                      | "dtmf"
                                                                                      | "music"
                                                                                      | "notification"
                                                                                      | "ring"
                                                                                      | "system"
                                                                                      | "voiceCall"

                                                                                  Corresponds to the stream type when requesting audio focus. Used on pre-O devices.

                                                                                  +
                                                                                  audioStreamType?:
                                                                                      | "accessibility"
                                                                                      | "alarm"
                                                                                      | "dtmf"
                                                                                      | "music"
                                                                                      | "notification"
                                                                                      | "ring"
                                                                                      | "system"
                                                                                      | "voiceCall"

                                                                                  Corresponds to the stream type when requesting audio focus. Used on pre-O devices.

                                                                                  Defaults to 'voiceCall'

                                                                                  See also https://developer.android.com/reference/android/media/AudioManager#STREAM_VOICE_CALL

                                                                                  -
                                                                                  forceHandleAudioRouting?: boolean

                                                                                  On certain Android devices, audio routing does not function properly and +

                                                                                  forceHandleAudioRouting?: boolean

                                                                                  On certain Android devices, audio routing does not function properly and bluetooth microphones will not work unless audio mode is set to inCommunication or inCall. Audio routing is turned off those cases.

                                                                                  If this set to true, will attempt to do audio routing regardless of audio mode.

                                                                                  Defaults to false.

                                                                                  -
                                                                                  manageAudioFocus?: boolean

                                                                                  Whether LiveKit should handle managing the audio focus or not.

                                                                                  +
                                                                                  manageAudioFocus?: boolean

                                                                                  Whether LiveKit should handle managing the audio focus or not.

                                                                                  Defaults to true.

                                                                                  -
                                                                                  +
                                                                                  diff --git a/docs/types/AppleAudioCategory.html b/docs/types/AppleAudioCategory.html index 69a9f7fe..570aba6a 100644 --- a/docs/types/AppleAudioCategory.html +++ b/docs/types/AppleAudioCategory.html @@ -1 +1 @@ -AppleAudioCategory | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                  LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                    Preparing search index...

                                                                                    Type Alias AppleAudioCategory

                                                                                    AppleAudioCategory:
                                                                                        | "soloAmbient"
                                                                                        | "playback"
                                                                                        | "record"
                                                                                        | "playAndRecord"
                                                                                        | "multiRoute"
                                                                                    +AppleAudioCategory | LiveKit React Native Client SDK - v2.11.0
                                                                                    LiveKit React Native Client SDK - v2.11.0
                                                                                      Preparing search index...

                                                                                      Type Alias AppleAudioCategory

                                                                                      AppleAudioCategory:
                                                                                          | "soloAmbient"
                                                                                          | "playback"
                                                                                          | "record"
                                                                                          | "playAndRecord"
                                                                                          | "multiRoute"
                                                                                      diff --git a/docs/types/AppleAudioCategoryOption.html b/docs/types/AppleAudioCategoryOption.html index 3debd963..32f6e8c2 100644 --- a/docs/types/AppleAudioCategoryOption.html +++ b/docs/types/AppleAudioCategoryOption.html @@ -1 +1 @@ -AppleAudioCategoryOption | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                      LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                        Preparing search index...

                                                                                        Type Alias AppleAudioCategoryOption

                                                                                        AppleAudioCategoryOption:
                                                                                            | "mixWithOthers"
                                                                                            | "duckOthers"
                                                                                            | "interruptSpokenAudioAndMixWithOthers"
                                                                                            | "allowBluetooth"
                                                                                            | "allowBluetoothA2DP"
                                                                                            | "allowAirPlay"
                                                                                            | "defaultToSpeaker"
                                                                                        +AppleAudioCategoryOption | LiveKit React Native Client SDK - v2.11.0
                                                                                        LiveKit React Native Client SDK - v2.11.0
                                                                                          Preparing search index...

                                                                                          Type Alias AppleAudioCategoryOption

                                                                                          AppleAudioCategoryOption:
                                                                                              | "mixWithOthers"
                                                                                              | "duckOthers"
                                                                                              | "interruptSpokenAudioAndMixWithOthers"
                                                                                              | "allowBluetooth"
                                                                                              | "allowBluetoothA2DP"
                                                                                              | "allowAirPlay"
                                                                                              | "defaultToSpeaker"
                                                                                          diff --git a/docs/types/AppleAudioConfiguration.html b/docs/types/AppleAudioConfiguration.html index d1e32534..c6b3b3a6 100644 --- a/docs/types/AppleAudioConfiguration.html +++ b/docs/types/AppleAudioConfiguration.html @@ -1,4 +1,4 @@ -AppleAudioConfiguration | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                          LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                            Preparing search index...

                                                                                            Type Alias AppleAudioConfiguration

                                                                                            type AppleAudioConfiguration = {
                                                                                                audioCategory?: AppleAudioCategory;
                                                                                                audioCategoryOptions?: AppleAudioCategoryOption[];
                                                                                                audioMode?: AppleAudioMode;
                                                                                            }
                                                                                            Index

                                                                                            Properties

                                                                                            audioCategory? +AppleAudioConfiguration | LiveKit React Native Client SDK - v2.11.0

                                                                                            Type Alias AppleAudioConfiguration

                                                                                            type AppleAudioConfiguration = {
                                                                                                audioCategory?: AppleAudioCategory;
                                                                                                audioCategoryOptions?: AppleAudioCategoryOption[];
                                                                                                audioMode?: AppleAudioMode;
                                                                                            }
                                                                                            Index

                                                                                            Properties

                                                                                            audioCategory?: AppleAudioCategory
                                                                                            audioCategoryOptions?: AppleAudioCategoryOption[]
                                                                                            audioMode?: AppleAudioMode
                                                                                            +

                                                                                            Properties

                                                                                            audioCategory?: AppleAudioCategory
                                                                                            audioCategoryOptions?: AppleAudioCategoryOption[]
                                                                                            audioMode?: AppleAudioMode
                                                                                            diff --git a/docs/types/AppleAudioMode.html b/docs/types/AppleAudioMode.html index ea2d927c..d2ee119a 100644 --- a/docs/types/AppleAudioMode.html +++ b/docs/types/AppleAudioMode.html @@ -1 +1 @@ -AppleAudioMode | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                            LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                              Preparing search index...

                                                                                              Type Alias AppleAudioMode

                                                                                              AppleAudioMode:
                                                                                                  | "default"
                                                                                                  | "gameChat"
                                                                                                  | "measurement"
                                                                                                  | "moviePlayback"
                                                                                                  | "spokenAudio"
                                                                                                  | "videoChat"
                                                                                                  | "videoRecording"
                                                                                                  | "voiceChat"
                                                                                                  | "voicePrompt"
                                                                                              +AppleAudioMode | LiveKit React Native Client SDK - v2.11.0
                                                                                              LiveKit React Native Client SDK - v2.11.0
                                                                                                Preparing search index...

                                                                                                Type Alias AppleAudioMode

                                                                                                AppleAudioMode:
                                                                                                    | "default"
                                                                                                    | "gameChat"
                                                                                                    | "measurement"
                                                                                                    | "moviePlayback"
                                                                                                    | "spokenAudio"
                                                                                                    | "videoChat"
                                                                                                    | "videoRecording"
                                                                                                    | "voiceChat"
                                                                                                    | "voicePrompt"
                                                                                                diff --git a/docs/types/AudioConfiguration.html b/docs/types/AudioConfiguration.html index 691e7b37..98267f85 100644 --- a/docs/types/AudioConfiguration.html +++ b/docs/types/AudioConfiguration.html @@ -1,4 +1,4 @@ -AudioConfiguration | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                  Preparing search index...

                                                                                                  Type Alias AudioConfiguration

                                                                                                  Configuration for the underlying AudioSession.

                                                                                                  +AudioConfiguration | LiveKit React Native Client SDK - v2.11.0

                                                                                                  Type Alias AudioConfiguration

                                                                                                  Configuration for the underlying AudioSession.


                                                                                                  Android specific options:

                                                                                                    @@ -27,6 +27,6 @@

                                                                                                    By default, this is set to "speaker"

                                                                                                  -
                                                                                                  type AudioConfiguration = {
                                                                                                      android?: {
                                                                                                          audioTypeOptions: AndroidAudioTypeOptions;
                                                                                                          preferredOutputList?: ("speaker" | "earpiece" | "headset" | "bluetooth")[];
                                                                                                      };
                                                                                                      ios?: { defaultOutput?: "speaker"
                                                                                                      | "earpiece" };
                                                                                                  }
                                                                                                  Index

                                                                                                  Properties

                                                                                                  type AudioConfiguration = {
                                                                                                      android?: {
                                                                                                          audioTypeOptions: AndroidAudioTypeOptions;
                                                                                                          preferredOutputList?: ("speaker" | "earpiece" | "headset" | "bluetooth")[];
                                                                                                      };
                                                                                                      ios?: { defaultOutput?: "speaker"
                                                                                                      | "earpiece" };
                                                                                                  }
                                                                                                  Index

                                                                                                  Properties

                                                                                                  Properties

                                                                                                  android?: {
                                                                                                      audioTypeOptions: AndroidAudioTypeOptions;
                                                                                                      preferredOutputList?: ("speaker" | "earpiece" | "headset" | "bluetooth")[];
                                                                                                  }
                                                                                                  ios?: { defaultOutput?: "speaker" | "earpiece" }
                                                                                                  +

                                                                                                  Properties

                                                                                                  android?: {
                                                                                                      audioTypeOptions: AndroidAudioTypeOptions;
                                                                                                      preferredOutputList?: ("speaker" | "earpiece" | "headset" | "bluetooth")[];
                                                                                                  }
                                                                                                  ios?: { defaultOutput?: "speaker" | "earpiece" }
                                                                                                  diff --git a/docs/types/AudioEngineConfigurationState.html b/docs/types/AudioEngineConfigurationState.html index 05c5cf04..997e3b04 100644 --- a/docs/types/AudioEngineConfigurationState.html +++ b/docs/types/AudioEngineConfigurationState.html @@ -1,4 +1,4 @@ -AudioEngineConfigurationState | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                  LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                    Preparing search index...

                                                                                                    Type Alias AudioEngineConfigurationState

                                                                                                    type AudioEngineConfigurationState = {
                                                                                                        isPlayoutEnabled: boolean;
                                                                                                        isRecordingEnabled: boolean;
                                                                                                        preferSpeakerOutput: boolean;
                                                                                                    }
                                                                                                    Index

                                                                                                    Properties

                                                                                                    isPlayoutEnabled +AudioEngineConfigurationState | LiveKit React Native Client SDK - v2.11.0

                                                                                                    Type Alias AudioEngineConfigurationState

                                                                                                    type AudioEngineConfigurationState = {
                                                                                                        isPlayoutEnabled: boolean;
                                                                                                        isRecordingEnabled: boolean;
                                                                                                        preferSpeakerOutput: boolean;
                                                                                                    }
                                                                                                    Index

                                                                                                    Properties

                                                                                                    isPlayoutEnabled: boolean
                                                                                                    isRecordingEnabled: boolean
                                                                                                    preferSpeakerOutput: boolean
                                                                                                    +

                                                                                                    Properties

                                                                                                    isPlayoutEnabled: boolean
                                                                                                    isRecordingEnabled: boolean
                                                                                                    preferSpeakerOutput: boolean
                                                                                                    diff --git a/docs/types/AudioTrackState.html b/docs/types/AudioTrackState.html index 2a042c9d..5b1d0076 100644 --- a/docs/types/AudioTrackState.html +++ b/docs/types/AudioTrackState.html @@ -1,6 +1,6 @@ -AudioTrackState | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                    LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                      Preparing search index...

                                                                                                      Type Alias AudioTrackState

                                                                                                      AudioTrackState: "none" | "remoteOnly" | "localOnly" | "localAndRemote"

                                                                                                      Retained only for the legacy useIOSAudioManagement hook and +AudioTrackState | LiveKit React Native Client SDK - v2.11.0

                                                                                                      Type Alias AudioTrackState

                                                                                                      AudioTrackState: "none" | "remoteOnly" | "localOnly" | "localAndRemote"

                                                                                                      Retained only for the legacy useIOSAudioManagement hook and getDefaultAppleAudioConfigurationForMode. New code should pass an onConfigureNativeAudio callback to setupIOSAudioManagement, which receives an AudioEngineConfigurationState (playout/recording/speaker booleans). That shape has no direct AudioTrackState equivalent.

                                                                                                      -
                                                                                                      +
                                                                                                      diff --git a/docs/types/BarVisualizerOptions.html b/docs/types/BarVisualizerOptions.html index f60837d8..3392988e 100644 --- a/docs/types/BarVisualizerOptions.html +++ b/docs/types/BarVisualizerOptions.html @@ -1,8 +1,8 @@ -BarVisualizerOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                      LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                        Preparing search index...

                                                                                                        Type Alias BarVisualizerOptions

                                                                                                        type BarVisualizerOptions = {
                                                                                                            barBorderRadius?: number;
                                                                                                            barColor?: ColorValue;
                                                                                                            barWidth?: DimensionValue;
                                                                                                            maxHeight?: number;
                                                                                                            minHeight?: number;
                                                                                                        }
                                                                                                        Index

                                                                                                        Properties

                                                                                                        barBorderRadius? +BarVisualizerOptions | LiveKit React Native Client SDK - v2.11.0

                                                                                                        Type Alias BarVisualizerOptions

                                                                                                        type BarVisualizerOptions = {
                                                                                                            barBorderRadius?: number;
                                                                                                            barColor?: ColorValue;
                                                                                                            barWidth?: DimensionValue;
                                                                                                            maxHeight?: number;
                                                                                                            minHeight?: number;
                                                                                                        }
                                                                                                        Index

                                                                                                        Properties

                                                                                                        barBorderRadius?: number
                                                                                                        barColor?: ColorValue
                                                                                                        barWidth?: DimensionValue
                                                                                                        maxHeight?: number

                                                                                                        decimal values from 0 to 1

                                                                                                        -
                                                                                                        minHeight?: number

                                                                                                        decimal values from 0 to 1

                                                                                                        -
                                                                                                        +

                                                                                                        Properties

                                                                                                        barBorderRadius?: number
                                                                                                        barColor?: ColorValue
                                                                                                        barWidth?: DimensionValue
                                                                                                        maxHeight?: number

                                                                                                        decimal values from 0 to 1

                                                                                                        +
                                                                                                        minHeight?: number

                                                                                                        decimal values from 0 to 1

                                                                                                        +
                                                                                                        diff --git a/docs/types/LogLevel.html b/docs/types/LogLevel.html index 7b3ca14b..cb62df48 100644 --- a/docs/types/LogLevel.html +++ b/docs/types/LogLevel.html @@ -1 +1 @@ -LogLevel | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                        LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                          Preparing search index...

                                                                                                          Type Alias LogLevel

                                                                                                          LogLevel: Parameters<typeof setClientSdkLogLevel>[0]
                                                                                                          +LogLevel | LiveKit React Native Client SDK - v2.11.0
                                                                                                          LiveKit React Native Client SDK - v2.11.0
                                                                                                            Preparing search index...

                                                                                                            Type Alias LogLevel

                                                                                                            LogLevel: Parameters<typeof setClientSdkLogLevel>[0]
                                                                                                            diff --git a/docs/types/Props.html b/docs/types/Props.html index c35b5770..ac505125 100644 --- a/docs/types/Props.html +++ b/docs/types/Props.html @@ -1,7 +1,7 @@ -Props | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                            LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                              Preparing search index...

                                                                                                              Type Alias Props

                                                                                                              use VideoTrack and VideoTrackProps instead.

                                                                                                              -
                                                                                                              type Props = {
                                                                                                                  mirror?: boolean;
                                                                                                                  objectFit?: "cover" | "contain";
                                                                                                                  style?: ViewStyle;
                                                                                                                  videoTrack?: VideoTrack;
                                                                                                                  zOrder?: number;
                                                                                                              }
                                                                                                              Index

                                                                                                              Properties

                                                                                                              mirror? +Props | LiveKit React Native Client SDK - v2.11.0

                                                                                                              Type Alias Props

                                                                                                              use VideoTrack and VideoTrackProps instead.

                                                                                                              +
                                                                                                              type Props = {
                                                                                                                  mirror?: boolean;
                                                                                                                  objectFit?: "cover" | "contain";
                                                                                                                  style?: ViewStyle;
                                                                                                                  videoTrack?: VideoTrack;
                                                                                                                  zOrder?: number;
                                                                                                              }
                                                                                                              Index

                                                                                                              Properties

                                                                                                              mirror?: boolean
                                                                                                              objectFit?: "cover" | "contain"
                                                                                                              style?: ViewStyle
                                                                                                              videoTrack?: VideoTrack
                                                                                                              zOrder?: number
                                                                                                              +

                                                                                                              Properties

                                                                                                              mirror?: boolean
                                                                                                              objectFit?: "cover" | "contain"
                                                                                                              style?: ViewStyle
                                                                                                              videoTrack?: VideoTrack
                                                                                                              zOrder?: number
                                                                                                              diff --git a/docs/types/RNKeyProviderOptions.html b/docs/types/RNKeyProviderOptions.html index 723690f8..61b3e7bd 100644 --- a/docs/types/RNKeyProviderOptions.html +++ b/docs/types/RNKeyProviderOptions.html @@ -1,2 +1,2 @@ -RNKeyProviderOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                              LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                Preparing search index...

                                                                                                                Type Alias RNKeyProviderOptions

                                                                                                                RNKeyProviderOptions: KeyProviderOptions & {
                                                                                                                    uncryptedMagicBytes?: string | Uint8Array;
                                                                                                                }

                                                                                                                Options for construction an RNKeyProvider

                                                                                                                -
                                                                                                                +RNKeyProviderOptions | LiveKit React Native Client SDK - v2.11.0
                                                                                                                LiveKit React Native Client SDK - v2.11.0
                                                                                                                  Preparing search index...

                                                                                                                  Type Alias RNKeyProviderOptions

                                                                                                                  RNKeyProviderOptions: KeyProviderOptions & {
                                                                                                                      uncryptedMagicBytes?: string | Uint8Array;
                                                                                                                  }

                                                                                                                  Options for construction an RNKeyProvider

                                                                                                                  +
                                                                                                                  diff --git a/docs/types/SetLogLevelOptions.html b/docs/types/SetLogLevelOptions.html index 1e7cfc0a..054b1133 100644 --- a/docs/types/SetLogLevelOptions.html +++ b/docs/types/SetLogLevelOptions.html @@ -1,2 +1,2 @@ -SetLogLevelOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                  LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                    Preparing search index...

                                                                                                                    Type Alias SetLogLevelOptions

                                                                                                                    type SetLogLevelOptions = {
                                                                                                                        liveKitClientLogLevel?: LogLevel;
                                                                                                                    }
                                                                                                                    Index

                                                                                                                    Properties

                                                                                                                    liveKitClientLogLevel?: LogLevel
                                                                                                                    +SetLogLevelOptions | LiveKit React Native Client SDK - v2.11.0
                                                                                                                    LiveKit React Native Client SDK - v2.11.0
                                                                                                                      Preparing search index...

                                                                                                                      Type Alias SetLogLevelOptions

                                                                                                                      type SetLogLevelOptions = {
                                                                                                                          liveKitClientLogLevel?: LogLevel;
                                                                                                                      }
                                                                                                                      Index

                                                                                                                      Properties

                                                                                                                      liveKitClientLogLevel?: LogLevel
                                                                                                                      diff --git a/docs/types/UseRNE2EEManagerOptions.html b/docs/types/UseRNE2EEManagerOptions.html index 7ce3df79..cd4a60ae 100644 --- a/docs/types/UseRNE2EEManagerOptions.html +++ b/docs/types/UseRNE2EEManagerOptions.html @@ -1,3 +1,3 @@ -UseRNE2EEManagerOptions | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                      LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                        Preparing search index...

                                                                                                                        Type Alias UseRNE2EEManagerOptions

                                                                                                                        type UseRNE2EEManagerOptions = {
                                                                                                                            keyProviderOptions?: RNKeyProviderOptions;
                                                                                                                            sharedKey: string | Uint8Array;
                                                                                                                        }
                                                                                                                        Index

                                                                                                                        Properties

                                                                                                                        keyProviderOptions? +UseRNE2EEManagerOptions | LiveKit React Native Client SDK - v2.11.0

                                                                                                                        Type Alias UseRNE2EEManagerOptions

                                                                                                                        type UseRNE2EEManagerOptions = {
                                                                                                                            keyProviderOptions?: RNKeyProviderOptions;
                                                                                                                            sharedKey: string | Uint8Array;
                                                                                                                        }
                                                                                                                        Index

                                                                                                                        Properties

                                                                                                                        keyProviderOptions?: RNKeyProviderOptions
                                                                                                                        sharedKey: string | Uint8Array
                                                                                                                        +

                                                                                                                        Properties

                                                                                                                        keyProviderOptions?: RNKeyProviderOptions
                                                                                                                        sharedKey: string | Uint8Array
                                                                                                                        diff --git a/docs/types/VideoTrackProps.html b/docs/types/VideoTrackProps.html index a7a03408..9a08a96e 100644 --- a/docs/types/VideoTrackProps.html +++ b/docs/types/VideoTrackProps.html @@ -1,5 +1,5 @@ -VideoTrackProps | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                        LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                          Preparing search index...

                                                                                                                          Type Alias VideoTrackProps

                                                                                                                          Props for the VideoTrack component.

                                                                                                                          -
                                                                                                                          type VideoTrackProps = {
                                                                                                                              iosPIP?: RTCIOSPIPOptions & {
                                                                                                                                  fallbackView?: ReactNode;
                                                                                                                                  preferredSize: { height: number; width: number };
                                                                                                                              };
                                                                                                                              mirror?: boolean;
                                                                                                                              objectFit?: "cover"
                                                                                                                              | "contain";
                                                                                                                              style?: ViewStyle;
                                                                                                                              trackRef: TrackReference | undefined;
                                                                                                                              zOrder?: number;
                                                                                                                          }
                                                                                                                          Index

                                                                                                                          Properties

                                                                                                                          iosPIP? +VideoTrackProps | LiveKit React Native Client SDK - v2.11.0

                                                                                                                          Type Alias VideoTrackProps

                                                                                                                          Props for the VideoTrack component.

                                                                                                                          +
                                                                                                                          type VideoTrackProps = {
                                                                                                                              iosPIP?: RTCIOSPIPOptions & {
                                                                                                                                  fallbackView?: ReactNode;
                                                                                                                                  preferredSize: { height: number; width: number };
                                                                                                                              };
                                                                                                                              mirror?: boolean;
                                                                                                                              objectFit?: "cover"
                                                                                                                              | "contain";
                                                                                                                              style?: ViewStyle;
                                                                                                                              trackRef: TrackReference | undefined;
                                                                                                                              zOrder?: number;
                                                                                                                          }
                                                                                                                          Index

                                                                                                                          Properties

                                                                                                                          iosPIP? mirror? objectFit? style? @@ -15,15 +15,15 @@
                                                                                                                          import { startIOSPIP, stopIOSPIP } from '@livekit/react-native-webrtc';

                                                                                                                          // Obtain a ref to the view
                                                                                                                          const videoRef = useRef<Component>(null);
                                                                                                                          const videoView = (
                                                                                                                          <VideoTrack
                                                                                                                          ref={videoRef}
                                                                                                                          iosPIP={{
                                                                                                                          enabled: true,
                                                                                                                          startAutomatically: true,
                                                                                                                          preferredSize: {
                                                                                                                          width: 9,
                                                                                                                          height: 16,
                                                                                                                          },
                                                                                                                          }}
                                                                                                                          ...
                                                                                                                          />
                                                                                                                          );

                                                                                                                          // Start/stop manually
                                                                                                                          startIOSPIP(videoRef);
                                                                                                                          stopIOSPIP(videoRef);
                                                                                                                          -
                                                                                                                          mirror?: boolean

                                                                                                                          Indicates whether the video should be mirrored during rendering. +

                                                                                                                          mirror?: boolean

                                                                                                                          Indicates whether the video should be mirrored during rendering. This is commonly used for front-facing cameras.

                                                                                                                          -
                                                                                                                          objectFit?: "cover" | "contain"

                                                                                                                          Specifies how the video content should be resized to fit its container. +

                                                                                                                          objectFit?: "cover" | "contain"

                                                                                                                          Specifies how the video content should be resized to fit its container. 'cover' (default): The video will fill the entire container, potentially cropping the video. 'contain': The entire video will be visible within the container, potentially leaving empty space.

                                                                                                                          -
                                                                                                                          style?: ViewStyle

                                                                                                                          Custom React Native styles for the video container.

                                                                                                                          -
                                                                                                                          trackRef: TrackReference | undefined

                                                                                                                          The track reference to display. This should be a TrackReference object +

                                                                                                                          style?: ViewStyle

                                                                                                                          Custom React Native styles for the video container.

                                                                                                                          +
                                                                                                                          trackRef: TrackReference | undefined

                                                                                                                          The track reference to display. This should be a TrackReference object or undefined if no track is available.

                                                                                                                          -
                                                                                                                          zOrder?: number

                                                                                                                          Specifies the depth-stacking order of this video view in the stacking space of all video views. +

                                                                                                                          zOrder?: number

                                                                                                                          Specifies the depth-stacking order of this video view in the stacking space of all video views. A larger zOrder value generally causes the view to cover those with lower values.

                                                                                                                          The support for zOrder is platform-dependent and/or implementation-specific. Thus, specifying a value for zOrder is to be @@ -38,4 +38,4 @@ application usually needs a maximum of two zOrder values: 0 for the remote video(s) which appear in the background, and 1 for the local video(s) which appear above the remote video(s).

                                                                                                                          -
                                                                                                                          +
                                                                                                                          diff --git a/docs/variables/AndroidAudioTypePresets.html b/docs/variables/AndroidAudioTypePresets.html index bc4f36fe..22073229 100644 --- a/docs/variables/AndroidAudioTypePresets.html +++ b/docs/variables/AndroidAudioTypePresets.html @@ -1,3 +1,3 @@ -AndroidAudioTypePresets | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                          LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                            Preparing search index...

                                                                                                                            Variable AndroidAudioTypePresetsConst

                                                                                                                            AndroidAudioTypePresets: {
                                                                                                                                communication: AndroidAudioTypeOptions;
                                                                                                                                media: AndroidAudioTypeOptions;
                                                                                                                            } = ...

                                                                                                                            Type Declaration

                                                                                                                            diff --git a/docs/variables/VideoTrack.html b/docs/variables/VideoTrack.html index 3c8a0d94..35bfcc40 100644 --- a/docs/variables/VideoTrack.html +++ b/docs/variables/VideoTrack.html @@ -1,5 +1,5 @@ -VideoTrack | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                            LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                              Preparing search index...

                                                                                                                              Variable VideoTrackConst

                                                                                                                              VideoTrack: ForwardRefExoticComponent<
                                                                                                                                  VideoTrackProps & RefAttributes<
                                                                                                                                      Component<RTCVideoViewProps, {}, any> & ReactNativeElement,
                                                                                                                                  >,
                                                                                                                              > = ...

                                                                                                                              VideoTrack component for displaying video tracks in a React Native application. +VideoTrack | LiveKit React Native Client SDK - v2.11.0

                                                                                                                              Variable VideoTrackConst

                                                                                                                              VideoTrack: ForwardRefExoticComponent<
                                                                                                                                  VideoTrackProps & RefAttributes<
                                                                                                                                      Component<RTCVideoViewProps, {}, any> & ReactNativeElement,
                                                                                                                                  >,
                                                                                                                              > = ...

                                                                                                                              VideoTrack component for displaying video tracks in a React Native application. It supports both local and remote video tracks from LiveKit, and handles adaptive streaming for remote tracks.

                                                                                                                              See VideoTrackProps for details.

                                                                                                                              A React component that renders the given video track.

                                                                                                                              -
                                                                                                                              +
                                                                                                                              diff --git a/docs/variables/log.html b/docs/variables/log.html index 069e9188..f131f652 100644 --- a/docs/variables/log.html +++ b/docs/variables/log.html @@ -1 +1 @@ -log | LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                              LiveKit React Native Client SDK - v2.11.0-beta.1
                                                                                                                                Preparing search index...

                                                                                                                                Variable logConst

                                                                                                                                log: Logger = ...
                                                                                                                                +log | LiveKit React Native Client SDK - v2.11.0
                                                                                                                                LiveKit React Native Client SDK - v2.11.0
                                                                                                                                  Preparing search index...

                                                                                                                                  Variable logConst

                                                                                                                                  log: Logger = ...
                                                                                                                                  diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md new file mode 100644 index 00000000..0ada7175 --- /dev/null +++ b/example/CHANGELOG.md @@ -0,0 +1,3 @@ +# livekit-react-native-example + +## 0.1.1 diff --git a/example/package.json b/example/package.json index 03ece360..0fced2c4 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "livekit-react-native-example", "description": "Example app for @livekit/react-native", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "android": "react-native run-android", diff --git a/package.json b/package.json index d6c4b44f..05af051e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/react-native", - "version": "2.11.0-beta.1", + "version": "2.11.0", "description": "LiveKit for React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",