Skip to content

ViberCallOptions

Ajša Terko edited this page Feb 22, 2023 · 2 revisions

extends CallOptions



static builder()

Description

Creates a builder instance used to build a new instance of the ViberCallOptions.

Arguments

  • none

Returns

Example

let viberCallOptionsBuilder = ViberCallOptions.builder();
let viberCallOptions = viberCallOptionsBuilder.build();

Tutorials

Migration guides

Reference documentation

Clone this wiki locally