|
|
|
|
@ -142,7 +142,7 @@ class _ConferencePageState extends State<ConferencePage> {
|
|
|
|
|
height: 10,
|
|
|
|
|
),
|
|
|
|
|
Text(
|
|
|
|
|
'Connecting to the room...',
|
|
|
|
|
'Connecting to the call...',
|
|
|
|
|
style: TextStyle(color: Colors.white),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -324,7 +324,7 @@ class _ConferencePageState extends State<ConferencePage> {
|
|
|
|
|
height: 40,
|
|
|
|
|
child: Center(
|
|
|
|
|
child: Text(
|
|
|
|
|
'Waiting for another participant to connect to the room...',
|
|
|
|
|
'Waiting for another participant to connect to the call...',
|
|
|
|
|
key: Key('text-wait'),
|
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|
style: TextStyle(color: Colors.white),
|
|
|
|
|
|