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
593a5a93
Commit
593a5a93
authored
3 years ago
by
Mohamed Chibani
Browse files
Options
Downloads
Patches
Plain Diff
Update 6.1. Conference Protocol
parent
aabaee7e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
technical/6.1.-Conference-Protocol.md
+25
-7
25 additions, 7 deletions
technical/6.1.-Conference-Protocol.md
with
25 additions
and
7 deletions
technical/6.1.-Conference-Protocol.md
+
25
−
7
View file @
593a5a93
...
@@ -87,14 +87,13 @@ So, if a call receives some confInfo, we know that this call is a member of a co
...
@@ -87,14 +87,13 @@ So, if a call receives some confInfo, we know that this call is a member of a co
To summarize,
`Call`
manages received layouts,
`Conference`
-managed sent layouts.
To summarize,
`Call`
manages received layouts,
`Conference`
-managed sent layouts.
## Moderators
## Moderator
action
s
A conference can be controlled (for now, only the layout can be controlled).
Some actions can be performed on the conference by the moderators such changing the layout or muting a participant.
A moderator is added if on the same device as the host for now.
### Implementation
### Implementation
####
L
ayout
s
####
Change video l
ayout
To change a layout, the moderator can send a payload with "application/confOrder+json" as type:
To change a layout, the moderator can send a payload with "application/confOrder+json" as type:
```
```
...
@@ -105,7 +104,7 @@ To change a layout, the moderator can send a payload with "application/confOrder
...
@@ -105,7 +104,7 @@ 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
where
**0**
is a grid,
**1**
is one user in big, others in small,
**2**
is one in big
####
Active
participant
####
Set
participant
to active state
To set a participant as active, the moderator can send a payload with "application/confOrder+json" as type:
To set a participant as active, the moderator can send a payload with "application/confOrder+json" as type:
...
@@ -115,7 +114,7 @@ To set a participant as active, the moderator can send a payload with "applicati
...
@@ -115,7 +114,7 @@ To set a participant as active, the moderator can send a payload with "applicati
}
}
```
```
#### M
oderator mute
#### M
ute participant
```
```
{
{
...
@@ -132,6 +131,26 @@ To set a participant as active, the moderator can send a payload with "applicati
...
@@ -132,6 +131,26 @@ To set a participant as active, the moderator can send a payload with "applicati
}
}
```
```
## Regular participant actions
Some actions can be performed by all participants, including moderators.
### Implementation
#### Raise hand actions
```
{
"handUp": "uri"
}
```
```
{
"handDown": "uri"
}
```
### Controlling moderators
### Controlling moderators
There is actually 3 possibilities:
There is actually 3 possibilities:
...
@@ -143,5 +162,4 @@ There is actually 3 possibilities:
...
@@ -143,5 +162,4 @@ There is actually 3 possibilities:
## Future
## Future
+
Multiple master management
+
Separate streams to allow more controls?
+
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