Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@100mslive/100ms-web-sdk

Package Overview
Dependencies
Maintainers
11
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@100mslive/100ms-web-sdk - npm Package Compare versions

Comparing version 0.0.12-34 to 0.0.12-35

dist/interfaces/index.d.ts

1

dist/media/tracks/HMSTrack.d.ts

@@ -9,4 +9,5 @@ import HMSMediaStream from '../streams/HMSMediaStream';

get trackId(): string;
getMediaTrackSettings(): MediaTrackSettings;
setEnabled(value: boolean): Promise<void>;
protected constructor(stream: HMSMediaStream, track: MediaStreamTrack, source?: HMSTrackSource);
}

2

package.json
{
"version": "0.0.12-34",
"version": "0.0.12-35",
"license": "UNLICENSED",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

@@ -0,0 +0,0 @@ # TSDX User Guide

@@ -0,0 +0,0 @@ import HMSLogger from '../utils/logger';

@@ -0,0 +0,0 @@ import { HMSConnectionRole } from './model';

@@ -0,0 +0,0 @@ export enum HMSConnectionRole {

@@ -0,0 +0,0 @@ import HMSConnection from '../index';

@@ -0,0 +0,0 @@ import HMSConnection from '../index';

@@ -0,0 +0,0 @@ export enum HMSAction {

@@ -0,0 +0,0 @@ import HMSLogger from '../utils/logger';

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ import { HMSAction } from './HMSAction';

@@ -0,0 +0,0 @@ export * from './sdk';

@@ -0,0 +0,0 @@ import HMSTrack from '../media/tracks/HMSTrack';

@@ -0,0 +0,0 @@ import { HMSMessageType } from '../sdk/models/enums/HMSMessageType';

@@ -0,0 +0,0 @@ import HMSPeer from './hms-peer';

@@ -0,0 +0,0 @@ export default interface HMSSpeaker {

@@ -0,0 +0,0 @@ import HMSException from '../error/HMSException';

@@ -0,0 +0,0 @@ import { HMSAudioCodec } from '../codec';

@@ -0,0 +0,0 @@ import HMSVideoTrackSettings, { HMSVideoTrackSettingsBuilder } from './HMSVideoTrackSettings';

@@ -0,0 +0,0 @@ import { HMSVideoCodec } from '../codec';

@@ -0,0 +0,0 @@ import HMSMediaStream from './HMSMediaStream';

@@ -0,0 +0,0 @@ import HMSAudioTrack from './HMSAudioTrack';

@@ -0,0 +0,0 @@ import HMSVideoTrack from './HMSVideoTrack';

@@ -27,2 +27,6 @@ import HMSMediaStream from '../streams/HMSMediaStream';

getMediaTrackSettings(): MediaTrackSettings {
return this.nativeTrack.getSettings();
}
async setEnabled(value: boolean): Promise<void> {

@@ -29,0 +33,0 @@ this.nativeTrack.enabled = value;

@@ -0,0 +0,0 @@ import HMSConfig from '../interfaces/config';

@@ -0,0 +0,0 @@ import HMSTrack from '../media/tracks/HMSTrack';

@@ -0,0 +0,0 @@ import { InitConfig } from './models';

@@ -0,0 +0,0 @@ import { HMSConnectionRole } from '../connection/model';

@@ -0,0 +0,0 @@ import { v4 as uuid } from 'uuid';

@@ -0,0 +0,0 @@ import ITransportObserver from './ITransportObserver';

@@ -0,0 +0,0 @@ export enum TransportState {

@@ -0,0 +0,0 @@ import HMSErrors from '../error/HMSErrors';

@@ -0,0 +0,0 @@ import HMSErrors from '../error/HMSErrors';

@@ -0,0 +0,0 @@ import { HMSAction } from '../error/HMSAction';

@@ -0,0 +0,0 @@ import { HMSAction } from '../error/HMSAction';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc