2021-01-05 17:53:01 +01:00
<!DOCTYPE HTML>
<!-- NewPage -->
< html lang = "en" >
< head >
<!-- Generated by javadoc -->
2021-09-26 02:47:10 +02:00
< title > Uses of Class it.tdlight.jni.TdApi.GroupCallRecentSpeaker (tdlight API 3.3.138 API)< / title >
2021-01-05 17:53:01 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < style >
#memberSummary_tabpanel{overflow-x: auto;}
li.blockList{overflow-x: auto;}
td.colLast div{max-width:30vw;}
#search{width: 400px;max-width: 65vw;}
.title,.subTitle,pre,.inheritance,h1,h2,h3,h4,h5,.memberSummary,.memberSignature,.typeSummary,.blockList,.contentContainer{white-space:normal;word-break:break-word;}
ul{padding-left:10px}
< / style >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta name = "description" content = "use: package: it.tdlight.jni, class: TdApi, class: GroupCallRecentSpeaker" >
< meta name = "generator" content = "javadoc/ClassUseWriter" >
< link rel = "stylesheet" type = "text/css" href = "../../../../stylesheet.css" title = "Style" >
< link rel = "stylesheet" type = "text/css" href = "../../../../script-dir/jquery-ui.min.css" title = "Style" >
< link rel = "stylesheet" type = "text/css" href = "../../../../jquery-ui.overrides.css" title = "Style" >
< script type = "text/javascript" src = "../../../../script.js" > < / script >
< script type = "text/javascript" src = "../../../../script-dir/jquery-3.5.1.min.js" > < / script >
< script type = "text/javascript" src = "../../../../script-dir/jquery-ui.min.js" > < / script >
< / head >
< body class = "class-use-page" >
< script type = "text/javascript" > v a r p a t h t o r o o t = " . . / . . / . . / . . / " ;
loadScripts(document, 'script');< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
< div class = "flex-box" >
< header role = "banner" class = "flex-header" >
< nav role = "navigation" >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "top-nav" id = "navbar.top" >
< div class = "skip-nav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< ul id = "navbar.top.firstrow" class = "nav-list" title = "Navigation" >
< li > < a href = "../package-summary.html" > Package< / a > < / li >
< li > < a href = "../TdApi.GroupCallRecentSpeaker.html" title = "class in it.tdlight.jni" > Class< / a > < / li >
< li class = "nav-bar-cell1-rev" > Use< / li >
< li > < a href = "../package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "sub-nav" >
< div class = "nav-list-search" > < label for = "search" > SEARCH:< / label >
< input type = "text" id = "search" value = "search" disabled = "disabled" >
< input type = "reset" id = "reset" value = "reset" disabled = "disabled" >
< / div >
< / div >
<!-- ========= END OF TOP NAVBAR ========= -->
< span class = "skip-nav" id = "skip.navbar.top" >
<!-- -->
< / span > < / nav >
< / header >
< div class = "flex-content" >
< main role = "main" >
< div class = "header" >
< h1 title = "Uses of Class it.tdlight.jni.TdApi.GroupCallRecentSpeaker" class = "title" > Uses of Class< br > it.tdlight.jni.TdApi.GroupCallRecentSpeaker< / h1 >
< / div >
< section class = "class-uses" >
< ul class = "block-list" >
< li >
< section class = "detail" id = "it.tdlight.jni" >
< h2 > Uses of < a href = "../TdApi.GroupCallRecentSpeaker.html" title = "class in it.tdlight.jni" > TdApi.GroupCallRecentSpeaker< / a > in < a href = "../package-summary.html" > it.tdlight.jni< / a > < / h2 >
< div class = "use-summary" >
< table class = "summary-table" >
< caption > < span > Fields in < a href = "../package-summary.html" > it.tdlight.jni< / a > declared as < a href = "../TdApi.GroupCallRecentSpeaker.html" title = "class in it.tdlight.jni" > TdApi.GroupCallRecentSpeaker< / a > < / span > < / caption >
< thead >
< tr >
< th class = "col-first" scope = "col" > Modifier and Type< / th >
< th class = "col-second" scope = "col" > Field< / th >
< th class = "col-last" scope = "col" > Description< / th >
< / tr >
< / thead >
< tbody >
< tr class = "alt-color" >
< td class = "col-first" > < code > < a href = "../TdApi.GroupCallRecentSpeaker.html" title = "class in it.tdlight.jni" > TdApi.GroupCallRecentSpeaker< / a > []< / code > < / td >
< th class = "col-second" scope = "row" > < span class = "type-name-label" > TdApi.GroupCall.< / span > < code > < span class = "member-name-link" > < a href = "../TdApi.GroupCall.html#recentSpeakers" > recentSpeakers< / a > < / span > < / code > < / th >
< td class = "col-last" >
< div class = "block" > Recently speaking users in the group call.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "use-summary" >
< table class = "summary-table" >
< caption > < span > Constructors in < a href = "../package-summary.html" > it.tdlight.jni< / a > with parameters of type < a href = "../TdApi.GroupCallRecentSpeaker.html" title = "class in it.tdlight.jni" > TdApi.GroupCallRecentSpeaker< / a > < / span > < / caption >
< thead >
< tr >
< th class = "col-first" scope = "col" > Constructor< / th >
< th class = "col-last" scope = "col" > Description< / th >
< / tr >
< / thead >
< tbody >
< tr class = "alt-color" >
2021-09-10 16:00:46 +02:00
< th class = "col-second" scope = "row" > < code > < span class = "member-name-link" > < a href = "../TdApi.GroupCall.html#%3Cinit%3E(int,java.lang.String,int,boolean,boolean,boolean,boolean,boolean,int,boolean,it.tdlight.jni.TdApi.GroupCallRecentSpeaker%5B%5D,boolean,boolean,boolean,boolean,boolean,int,boolean,int)" > GroupCall< / a > < / span > ​ (int id,
2021-03-21 11:37:02 +01:00
< a href = "https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/lang/String.html" title = "class or interface in java.lang" class = "external-link" > String< / a > title,
2021-05-04 23:08:56 +02:00
int scheduledStartDate,
boolean enabledStartNotification,
2021-01-05 17:53:01 +01:00
boolean isActive,
boolean isJoined,
boolean needRejoin,
boolean canBeManaged,
int participantCount,
boolean loadedAllParticipants,
< a href = "../TdApi.GroupCallRecentSpeaker.html" title = "class in it.tdlight.jni" > TdApi.GroupCallRecentSpeaker< / a > [] recentSpeakers,
2021-06-30 13:38:16 +02:00
boolean isMyVideoEnabled,
boolean isMyVideoPaused,
2021-07-17 11:55:15 +02:00
boolean canEnableVideo,
2021-01-05 17:53:01 +01:00
boolean muteNewParticipants,
2021-09-26 02:09:23 +02:00
boolean canToggleMuteNewParticipants,
2021-03-21 11:37:02 +01:00
int recordDuration,
2021-09-10 16:00:46 +02:00
boolean isVideoRecorded,
2021-01-05 17:53:01 +01:00
int duration)< / code > < / th >
< td class = "col-last" >
< div class = "block" > Describes a group call.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / section >
< / li >
< / ul >
< / section >
< / main >
< footer role = "contentinfo" >
< nav role = "navigation" >
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottom-nav" id = "navbar.bottom" >
< div class = "skip-nav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< ul id = "navbar.bottom.firstrow" class = "nav-list" title = "Navigation" >
< li > < a href = "../package-summary.html" > Package< / a > < / li >
< li > < a href = "../TdApi.GroupCallRecentSpeaker.html" title = "class in it.tdlight.jni" > Class< / a > < / li >
< li class = "nav-bar-cell1-rev" > Use< / li >
< li > < a href = "../package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
< span class = "skip-nav" id = "skip.navbar.bottom" >
<!-- -->
< / span > < / nav >
< p class = "legal-copy" > < small > Copyright © 2021. All rights reserved.< / small > < / p >
< / footer >
< / div >
< / div >
< / body >
< / html >