Skip to content

Instantly share code, notes, and snippets.

@saket424
saket424 / janusvideoroom.py
Last active September 27, 2021 18:44
to publish to videoroom 1234 as user gstwebrtcdemo use 'python3 janusvideoroom.py --server wss://janus.example.com:8989 gstwebrtcdemo'
import random
import ssl
import websockets
import asyncio
import os
import sys
import json
import argparse
import string
from websockets.exceptions import ConnectionClosed
@saket424
saket424 / README.md
Last active December 16, 2015 22:26
AT&T DevSummit Call Management API node-red sample flow

This file documents a sample node-red flow that can be imported into node-red or AT&T flow Designer or IBM Bluemix and illustrates a sample flow that involves obtaining the appropriate OAUTH credentials, making a sample call and also subscribing/processing a call direction flow
More details can be found at the website below
http://foundry.att.net/index.php/oauth-token/
http://foundry.att.net/index.php/apis/call-control/
http://foundry.att.net/index.php/apis/call-direction/

Paste the flow.json using Import->From ClipBoard and then modify the globals