Questions tagged [bluejeans]

BlueJeans is a video, audio, and web conferencing service with its own SDK to integrate chat into an app and REST API.

BlueJeans (https://www.bluejeans.com/) is a video, audio, and web conferencing service with its own SDK to integrate chat into an app (https://github.com/bluejeans/sdk-chat-meetings) and REST API (https://github.com/bluejeans/api-rest-meetings).

10 questions
29
votes
1 answer

"pipenv requires an #egg fragment for version controlled dependencies" warning when installing the BlueJeans meeting API client

Adapting the instructions from https://github.com/bluejeans/api-rest-meetings/tree/master/libs/python#pip-install, in a pipenv shell I'm trying to run pipenv install git+https://github.com/bluejeans/api-rest-meetings.git@pip-repo However, I'm…
Kurt Peek
  • 52,165
  • 91
  • 301
  • 526
3
votes
2 answers

How to pip uninstall a package installed using a git project URL?

I've tried following the installation instructions for the BlueJeans meetings REST API (https://github.com/bluejeans/api-rest-meetings/tree/master/libs/python), using the command pip install…
Kurt Peek
  • 52,165
  • 91
  • 301
  • 526
0
votes
1 answer

How can I make Bluejeans logo display:none inside iframe?