Skip to content

carnivorestudios/android-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Voxeet Android SDK

The SDK is a Java library allowing users to:

  • Create demo/normal conferences
  • Join conferences
  • Change sounds angle and direction for each conference user
  • Broadcast messages to other participants
  • Mute users/conferences
  • Enable/disable camera
  • Screen share
  • Record conferences
  • Replay recorded conferences
  • If you use External login like O365, LDAP, or custom login to retrieve contact details, it is now possible to also add your contact ID with the display name and the photo url avatar. This allows you to ask guest users to introduce themselves and provide their display name and for your authenticated users in your enterprise or for your clients the ID that can be retrieved from O365 (name, department, etc).

Version

public-sdk: 2.0.49.3 toolkit: 2.0.49.3

Documentation [WIP feature]

You can access to a simple reference documentation here

What's New ?

v2.0.49.x:

  • use v2
  • stability of the new system
  • Warning : classes move around, you need to update imports in case of errors

v2.0.32:

  • VoxeetSdk.getInstance() removed
  • Service's getter deprecated (use VoxeetSdk.user(), VoxeetSdk.audio(), etc... instead)
  • fix various Camera issues on some Huawei, Xiaomi devices

v2.0.x:

  • class refactored ! In case of missing package, reimport the various classes v1.4.x:
  • improve wired and bluetooth headset management
  • fix non firebase project crash

v1.3 :

  • fix various network connectivity
  • improve socket management
  • fix issue in oauth management
  • fix screen recording calls

v1.1.8.32 :

  • add localstats with support of auto management and report event

v1.1.8.28/31 :

  • fix default toolkit behaviour
  • add local stats management

v1.1.8.27 :

  • fix incoming calls issues
  • improve integration
  • lighter sample application to work with

v1.1.8.26 :

  • fix crash on peer vu meter

v1.1.8.24 :

  • add sound in incoming calls

v1.1.8.23 :

  • improves the overall SDK experience
  • fix workflows
  • improve video management
  • sync experience with the iOS implementation

v1.1.7.1.1 :

  • fix a crash when SDK is not initialized and using VoxeetAppCompatActivity

v1.1.7.1 :

  • fix overlay behaviour

v1.1.6 :

  • new Media management

v1.1.5 :

  • from previous vversion, Media.AudioRoute is now AudioRoute
  • Audio related APIs are now in VoxeetSdk.getInstance().getAudioService()
  • fix issues with ids from the SDK
  • add VideoPresentation api
  • sample app : integration of the api and fix with butterknife

v1.1.0 :

  • various fixes (issue with speaker button)
  • add screenshare capabilities
  • easier integration
  • dual initialization mode (keys or oauth)

v1.0.4 :

  • upgrade api calls
  • fix issue with answers
  • fix conference alias in history

v1.0.3 :

  • initialize Promises during the Voxeet initialization

v1.0.2 :

  • fix CTA
  • fix issue with crash on same calls
  • fix controllers behaviour

v1.0 :

  • complete rework of most internal method
  • File Presentation management (start, stop, update)
  • event on QualityIndicators with MOS

Usage & Documentation

For reference, please head to our developer portal reference documentation

Sample Application

A sample application is available on our sample public repository on GitHub.

© Voxeet, 2019

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published