Skip to content

1.2.2

Compare
Choose a tag to compare
@git-babel git-babel released this 28 Jul 10:58
· 79 commits to master since this release

1.2.2 (July 28, 2020)

  • Replaced MediaDeviceInfo with InputDeviceInfo in following SendBirdCall methods
    • getCurrentAudioInputDevice(): InputDeviceInfo
    • getAvailableAudioInputDevices(): InputDeviceInfo[]
    • selectAudioInputDevice(mediaDeviceInfo: InputDeviceInfo): void
    • getCurrentVideoInputDevice(): InputDeviceInfo
    • getAvailableVideoInputDevices(): InputDeviceInfo[]
    • selectVideoInputDevice(mediaDeviceInfo: InputDeviceInfo): void
  • Added missing type information
    • SendbirdCall's useMedia() method can return undefined
    • DirectCall's setLocalMediaView(mediaView: HTMLMediaElement)
    • DirectCall's setRemoteMediaView(mediaView: HTMLMediaElement)
  • Added webhook support
    • Add handleWebhookData(data: WebhookData): void to SendBirdCall
    • Add WebhookData interface