Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
galene
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
galene
Commits
f89270e8
Commit
f89270e8
authored
May 22, 2021
by
Antonin Décimo
Committed by
Juliusz Chroboczek
Jun 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
parent
de78f3ce
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
README
README
+1
-1
README.PROTOCOL
README.PROTOCOL
+4
-3
group/group_test.go
group/group_test.go
+1
-1
No files found.
README
View file @
f89270e8
...
...
@@ -194,7 +194,7 @@ The definition for the group called *groupname* is in the file
`groups/groupname.json`; it does not contain the group name, which makes
it easy to copy or link group definitions. You may use subdirectories:
a file `groups/teaching/networking.json` defines a group called
*teching/networking*.
*te
a
ching/networking*.
Every group definition file contains a JSON directory. All fields are
optional, but unless you specify at least one user definition (`op`,
...
...
README.PROTOCOL
View file @
f89270e8
...
...
@@ -146,6 +146,7 @@ streams to a list containing either 'audio', or one of 'video' or
'': ['audio', 'video']
}
}
```
## Pushing streams
...
...
@@ -159,11 +160,11 @@ A stream is created by the sender with the `offer` message:
replace: id,
source: source-id,
username: username,
sdp: sdp
,
sdp: sdp
}
```
If a stream with the same id exists, then this is a renegotation;
If a stream with the same id exists, then this is a renegot
i
ation;
otherwise this message creates a new stream. If the field `replace` is
not empty, then this request additionally requests that an existing stream
with the given id should be closed, and the new stream should replace it;
...
...
@@ -217,7 +218,7 @@ At any time after answering, the client may change the set of streams
being offered by sending a 'requestStream' request:
```javascript
{
type: '
answer
Stream'
type: '
request
Stream'
id: id,
request: [audio, video]
}
...
...
group/group_test.go
View file @
f89270e8
...
...
@@ -55,7 +55,7 @@ func TestGroup(t *testing.T) {
}
if
public
:=
GetPublic
();
len
(
public
)
!=
1
||
public
[
0
]
.
Name
!=
"group/subgroup"
{
t
.
Errorf
(
"Expeced group/subgroup, got %v"
,
public
)
t
.
Errorf
(
"Expec
t
ed group/subgroup, got %v"
,
public
)
}
Expire
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment