toggle menu
stream-video-android
1.11.2
androidJvm
switch theme
search in API
stream-video-android-ui-core
/
io.getstream.video.android.ui.common
/
ActivityCallOperations
Activity
Call
Operations
interface
ActivityCallOperations
Inheritors
StreamCallActivity
Members
Functions
accept
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
accept
(
call
:
Call
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)
call
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
call
(
cid
:
StreamCallId
,
onSuccess
:
(
Call
)
->
Unit
?
=
null
,
onError
:
(
Exception
)
->
Unit
?
=
null
)
cancel
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
cancel
(
call
:
Call
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)
create
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
create
(
call
:
Call
,
ring
:
Boolean
,
members
:
List
<
String
>
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)
end
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
end
(
call
:
Call
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)
get
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
get
(
call
:
Call
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)
join
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
join
(
call
:
Call
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)
leave
Link copied to clipboard
@
StreamCallActivityDelicateApi
abstract
fun
leave
(
call
:
Call
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)
reject
Link copied to clipboard
abstract
fun
reject
(
call
:
Call
,
reason
:
RejectReason
?
=
null
,
onSuccess
:
suspend
(
Call
)
->
Unit
?
=
null
,
onError
:
suspend
(
Exception
)
->
Unit
?
=
null
)