We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1467c2d commit bcef0dbCopy full SHA for bcef0db
livekit-rtc/livekit/rtc/audio_stream.py
@@ -126,6 +126,8 @@ def _create_owned_stream_from_participant(
126
audio_stream_from_participant.participant_handle = (
127
participant._ffi_handle.handle
128
)
129
+ audio_stream_from_participant.sample_rate = self._sample_rate
130
+ audio_stream_from_participant.num_channels = self._num_channels
131
audio_stream_from_participant.type = (
132
proto_audio_frame.AudioStreamType.AUDIO_STREAM_NATIVE
133
livekit-rtc/livekit/rtc/version.py
@@ -1 +1 @@
1
-__version__ = "0.16.3"
+__version__ = "0.16.4"
0 commit comments