Skip to content

Commit 3e4ed7a

Browse files
committed
update
1 parent e17baf7 commit 3e4ed7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/kinsleykajiva/janus/client/handle/impl/AudioBridgeHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.stream.Collectors;
1717
import java.util.stream.IntStream;
1818

19-
/**
19+
/***
2020
* A handle to interact with the Janus AudioBridge plugin. This class is the primary entry point for managing
2121
* audio conferences. It provides methods to send requests to the plugin (e.g., creating rooms, joining, muting)
2222
* and manages listeners for asynchronous events, abstracting the underlying JSON-based communication...

0 commit comments

Comments
 (0)