Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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-daemon
Commits
5421633d
Commit
5421633d
authored
6 years ago
by
Philippe Gorley
Browse files
Options
Downloads
Patches
Plain Diff
nodejs: add hardware codec signals
Change-Id: I9fe37333bfbd4f089c8d85db9c2b446e4a1a7cbe Gitlab:
#55
parent
754f17df
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/nodejs/configurationmanager.i
+3
-0
3 additions, 0 deletions
bin/nodejs/configurationmanager.i
with
3 additions
and
0 deletions
bin/nodejs/configurationmanager.i
+
3
−
0
View file @
5421633d
...
...
@@ -53,6 +53,9 @@ public:
virtual
void
migrationEnded
(
const
std
::
string&
/*accountId*/
,
const
std
::
string&
/*state*/
)
{}
virtual
void
deviceRevocationEnded
(
const
std
::
string&
/*accountId*/
,
const
std
::
string&
/*device*/
,
int
/*status*/
)
{}
virtual
void
hardwareDecodingChanged
(
bool
/*state*/
)
{}
virtual
void
hardwareEncodingChanged
(
bool
/*state*/
)
{}
}
;
%
}
...
...
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