@signalapp/ringrtc
Advanced tools
Comparing version
@@ -250,2 +250,4 @@ import { CallLinkState, CallLinkRestrictions, CallLinkRootKey } from './CallLinks'; | ||
handleSpeechEvent(clientId: GroupCallClientId, event: SpeechEvent): void; | ||
onRemoteMute(clientId: GroupCallClientId, demuxId: number): void; | ||
onObservedRemoteMute(clientId: GroupCallClientId, sourceDemuxId: number, targetDemuxId: number): void; | ||
onLogMessage(level: number, fileName: string, line: number, message: string): void; | ||
@@ -513,2 +515,4 @@ logError(message: string): void; | ||
onSpeechEvent(groupCall: GroupCall, event: SpeechEvent): void; | ||
onRemoteMute(groupCall: GroupCall, demuxId: number): void; | ||
onObservedRemoteMute(groupCall: GroupCall, sourceDemuxId: number, targetDemuxId: number): void; | ||
} | ||
@@ -535,2 +539,4 @@ export declare class GroupCall { | ||
setOutgoingAudioMuted(muted: boolean): void; | ||
setOutgoingAudioMutedRemotely(source: number): void; | ||
sendRemoteMuteRequest(target: number): void; | ||
react(value: string): void; | ||
@@ -568,2 +574,4 @@ raiseHand(raise: boolean): void; | ||
handleSpeechEvent(event: SpeechEvent): void; | ||
onRemoteMute(demuxId: number): void; | ||
onObservedRemoteMute(sourceDemuxId: number, targetDemuxId: number): void; | ||
} | ||
@@ -677,2 +685,4 @@ declare class GroupCallVideoFrameSource { | ||
setOutgoingAudioMuted(clientId: GroupCallClientId, muted: boolean): void; | ||
setOutgoingAudioMutedRemotely(clientId: GroupCallClientId, source: number): void; | ||
sendRemoteMuteRequest(clientId: GroupCallClientId, target: number): void; | ||
setOutgoingVideoMuted(clientId: GroupCallClientId, muted: boolean): void; | ||
@@ -679,0 +689,0 @@ setPresenting(clientId: GroupCallClientId, presenting: boolean): void; |
{ | ||
"name": "@signalapp/ringrtc", | ||
"version": "2.51.0", | ||
"version": "2.52.0", | ||
"description": "Signal Messenger voice and video calling library.", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz", | ||
"prebuildChecksum": "77621836d3b47b8a4a5ba81941b9bdf1f27e9b70187ca2b00e8e467d0292f137" | ||
"prebuildChecksum": "18d020c369ac1126df868d297b535518f6731c43d750c6bd3d9268044f23b855" | ||
}, | ||
@@ -31,0 +31,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
432640
0.51%2894
1.69%