mirror of
https://github.com/amigan/calls.git
synced 2024-11-21 04:19:47 -05:00
wip
This commit is contained in:
parent
f4ea5916b8
commit
d61ce79c29
2 changed files with 3 additions and 4 deletions
|
@ -5,9 +5,7 @@ class LiveFeeder {
|
|||
late Uri _wsUri;
|
||||
late WebSocketChannel channel;
|
||||
|
||||
LiveFeeder();
|
||||
|
||||
void init() {
|
||||
LiveFeeder() {
|
||||
String socketUrl = 'ws://xenon:3050/ws';
|
||||
Uri baseUri = Uri.base;
|
||||
if (baseUri.scheme == 'http' || baseUri.scheme == 'https') {
|
||||
|
|
|
@ -24,7 +24,8 @@ message Call {
|
|||
repeated int64 frequencies = 8;
|
||||
repeated int32 patches = 9;
|
||||
repeated int32 sources = 10;
|
||||
bytes audio = 11;
|
||||
optional int32 duration = 11;
|
||||
bytes audio = 12;
|
||||
}
|
||||
|
||||
message UserPopup {
|
||||
|
|
Loading…
Reference in a new issue