Skip to content

wazo-platform/wazo-websocketd-client

Repository files navigation

wazo-websocketd-client

A python library to connect to wazo-websocketd.

Usage:

from wazo_websocketd_client import Client

c = Client(host, token=token, verify_certificate=False)

def callback(data):
    print(data)

c.on('call_created', callback)
c.on('call_ended', callback)

c.run()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 12

Languages