Skip to content

rossonet/bigbluebutton-api-java

 
 

Repository files navigation

Gitpod ready-to-code Test on master branch with Gradle Publish on Maven Central Codacy 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

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Java 100.0%