Skip to content

Repository files navigation

Gitpod ready-to-codeTest on master branch with GradlePublish on Maven CentralCodacy Badge

Big Blue Button API Java

forked from https://github.com/bigbluebutton/bigbluebutton-api-java

documentation

Big Blue Button API documentation

how to get API salt and URL

$ bbb-conf --secret
URL: https://yyy.xxxxxx.com/bigbluebutton/
Secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Link to the API-Mate:
https://mconf.github.io/api-mate/#server=https://yyy.xxxxxx.com/bigbluebutton/&sharedSecret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Maven repository

https://mvnrepository.com/artifact/net.rossonet/

use this library with Maven

<dependency>
<groupId>net.rossonet.bbb</groupId>
<artifactId>bigbluebutton-api-java</artifactId>
<version>0.1.2</version>
</dependency>

use this library with Gradle

implementation 'net.rossonet.bbb:bigbluebutton-api-java:0.1.2'

code examples

final BBBAPI client = new BaseBBBAPI(<String url of bbb server>, <String Secret Key>);
final String version = client.getAPIVersion();
System.out.println("Server version: " + version);

test class with all examples

credit

alt text

https://www.rossonet.net

About

BigBlueButton API Library for Java

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages