Files
crossdesk/tests/peerconnection/answer.cpp
2023-07-13 14:17:34 +08:00

11 lines
174 B
C++

#include <iostream>
#include "rtc.h"
int main(int argc, char **argv) {
CreatePeerConnectionWithID("ws://localhost:9002", "000000");
getchar();
return 0;
}