Skip to content

Commit d427f08

Browse files
clang maybe idk
1 parent b6d1c8b commit d427f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/subscription_thread_dispatcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void SubscriptionThreadDispatcher::setOnAudioFrameCallback(
6666

6767
void SubscriptionThreadDispatcher::setOnAudioFrameCallback(
6868
const std::string &participant_identity, const std::string &track_name,
69-
AudioFrameCallback callback, AudioStream::Options opts) {
69+
AudioFrameCallback callback, const AudioStream::Options &opts) {
7070
const CallbackKey key{participant_identity, TrackSource::SOURCE_UNKNOWN,
7171
track_name};
7272
const std::lock_guard<std::mutex> lock(lock_);

0 commit comments

Comments
 (0)