Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-docs
Commits
aabaee7e
Commit
aabaee7e
authored
3 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
Update 6.1. Conference Protocol
parent
7b870045
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
technical/6.1.-Conference-Protocol.md
+31
-3
31 additions, 3 deletions
technical/6.1.-Conference-Protocol.md
with
31 additions
and
3 deletions
technical/6.1.-Conference-Protocol.md
+
31
−
3
View file @
aabaee7e
...
...
@@ -94,6 +94,7 @@ A moderator is added if on the same device as the host for now.
### Implementation
#### Layouts
To change a layout, the moderator can send a payload with "application/confOrder+json" as type:
```
...
...
@@ -102,6 +103,10 @@ To change a layout, the moderator can send a payload with "application/confOrder
}
```
where
**0**
is a grid,
**1**
is one user in big, others in small,
**2**
is one in big
#### Active participant
To set a participant as active, the moderator can send a payload with "application/confOrder+json" as type:
```
...
...
@@ -110,10 +115,33 @@ To set a participant as active, the moderator can send a payload with "applicati
}
```
#### Moderator mute
```
{
"muteParticipant": "uri",
"muteState": "true"
}
```
#### Hangup participant
```
{
"hangupParticipant": "uri"
}
```
### Controlling moderators
There is actually 3 possibilities:
+
Changing account's config to add a list of moderators (In the config.yml (
`defaultModerators`
can contains a list of default moderators)
+
If
`localModeratorsEnabled`
is true, all accounts of the device will be moderators
+
If
`allModeratorsEnabled`
is true, anybody in the conference will be a moderator
## Future
+
Control moderators on a conference
+
Moderators can hangup
+
Moderators can mute/unmute
+
Multiple master management
+
Separate streams to allow more controls?
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment