Skip to content

Commit d62ec8e

Browse files
rm internal API
1 parent 2ce72ea commit d62ec8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/livekit/subscription_thread_dispatcher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ class LIVEKIT_API SubscriptionThreadDispatcher {
236236

237237
/// @brief Number of active audio/video reader threads. Intended for tests.
238238
/// @return Count of currently active audio and video reader slots.
239-
LIVEKIT_INTERNAL_API std::size_t activeReaderCount() const;
239+
std::size_t activeReaderCount() const;
240240

241241
/// @brief Number of active data track reader threads. Intended for tests.
242242
/// @return Count of currently active data reader slots.
243-
LIVEKIT_INTERNAL_API std::size_t activeDataReaderCount() const;
243+
std::size_t activeDataReaderCount() const;
244244

245245
private:
246246
friend class SubscriptionThreadDispatcherTest;

0 commit comments

Comments
 (0)