@100mslive/100ms-web-sdk
Advanced tools
Comparing version 0.0.12-34 to 0.0.12-35
@@ -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); | ||
} |
{ | ||
"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
1210187
155
13277