Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby gem #73

Closed
rahlusmorsi opened this issue May 5, 2020 · 3 comments
Closed

Ruby gem #73

rahlusmorsi opened this issue May 5, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@rahlusmorsi
Copy link

I see you've setup a Ruby gemspec for agora_dynamic_key and have referenced rubygems. Do you have plans in the near future to publish this gem there? If it should already be there, I am unable to locate it.

Screen Shot 2020-05-05 at 5 11 15 PM

@abelorian
Copy link

I published the gem using this source code https://rubygems.org/gems/agora_dynamic_key

Usage example: https://gist.github.com/abelorian/200696537b8b4e1bee5ac2caeb7f624a

@Invertisment
Copy link

Invertisment commented Mar 22, 2021

They don't have maven packages for Java too. It's quite hard to manage them by hand and copy them. I also need to copy and load one Agora library using LD_LIBRARY_PATH and this is also cumbersome to manage. So this one will make it two as I'll need to build this one as well. :(

I want to standartize my process and forget about low level details but there wasn't enough effort to do it easy for devs to use these libraries.

@plutoless plutoless added the enhancement New feature or request label Mar 27, 2021
@sunshinexcode
Copy link
Contributor

@Invertisment
SDK can be obtained automatically via Maven's dependency management by adding the following configuration in the application's Project Object Model (POM) file:

<dependency>
    <groupId>io.agora</groupId>
    <artifactId>authentication</artifactId>
    <version>2.0.0</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants