0.1.10 • Published 2 years ago

livhub v0.1.10

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

livhub

livhub 是 livhub Web SDK 的主入口,通过 livhub 方法可以创建一个实时音视频通信的 livhub 对象和本地音视频流对象。

使用场景

API

Livhub

static VERSION

  • static VERSION: string Livhub 版本号

static create()

static createLocalStream()

static createRemoteStream()

static getCameras()

static getMicrophones()

static getSpeakers()

setOptions()

initialize()

createRemoteStream()

join()

leave()

isChannel()

sendBroadcastMessage()

publish()

unpublish()

checkSystemRequirements()

getUserList()

Stream

getTracks()

addTrack()

removeTrack()

getAudioTrack()

getVideoTrack()

setRender()

handleVideoEvent()

close()

muteAudio()

muteVideo()

unmuteAudio()

unmuteVideo()

getId()

setAudioOutput()

setAudioVolume()

getAudioLevel()

hasAudio()

hasVideo()

getVideoFrame()

LocalStream

initialize()

shareScreen()

switchDevice()

RemoteStream

initialize()

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago