webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
468 stars 126 forks source link

Can i write a new KIte Test in Python language using the Kite framework? #139

Closed Richab23 closed 4 years ago

Richab23 commented 4 years ago

Hi, I have tested a basic jitsi test using Java classes. I was able to get the stats using a fake video file. The same test i want to do in Python. Will i be able to use the Same KITE classes in Python?

namvuCosmo commented 4 years ago

Hi,

Sorry but we don't have support for Python, KITE can support fully in Java, and in a more limited manner, JavaScript.

Richab23 commented 4 years ago

Ok. Thanks.